网页
图片
视频
学术
词典
地图
更多
航班
笔记本
repeatable read
美
英
un.
可重读
网络
可重复读;可反复读
英汉
网络释义
un.
1.
可重读
1.
可重读
为了防止数据库崩溃使数据丢失的解决方案 -... ... readcommitted: 读提交
repeatableread
:
可重读
serializable: 可串行 ...
weihong.blog.51cto.com
|
基于33个网页
2.
可重复读
可重复读
(
REPEATABLEREAD
):和2个select语句联系起来的,要求2个select返回同一个数据集,当两次读之间有记录插入 …
dukedingding.blog.sohu.com
|
基于3个网页
3.
可反复读
事务隔离级别:未提交读(Readuncommitted),未提交读(Readcommitted),
可反复读
(
Repeatableread
),可序列化(Serializable…
www.q25.net
|
基于 1 个网页
例句
释义:
全部
全部
,
可重读
可重读
,
可重复读
可重复读
,
可反复读
可反复读
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
This
can
be
used
if
the
isolation
level
RR
(
Repeatable
Read
)
is
not
used by
any
programs
that
operate
on
the
same
set
of
tables
.
如果
对
同一
组
表
进行
操作
的
任何
程序
都
没有
使用
隔离
级别
RR
(
可
重复
读
,
RepeatableRead
)
,
那么
就
可以
使用
上述
操作
。
www.ibm.com
2.
READPAST
can
only
be
specified
in
transactions
operating
at the READ COMMITTED
or
REPEATABLE READ
isolation
levels
.
仅
可
在
运行
于
READCOMMITTED
或
REPEATABLEREAD
隔离
级别
的
事务
中
指定
READPAST
。
msdn2.microsoft.com
3.
If
the
transaction
isolation
mode
is
Repeatable
Read
,
then
the
optimizer
would
base
its
choice
purely
on
the
estimated
costs
.
如果
事务
隔离
模式
是
可
重复
读
(
RepeatableRead
)
,
那么
优化器
会将
其
选择
完全
基于
估算
成本
。
www.ibm.com
4.
Repeatable
read
-
- The
transaction
always
reads the
same
data
during
the
transaction
.
Repeatableread
(
可
重读
)
——
在
事务
过程
中
,
事务
始终
读取
相同
的
数据
。
www.ibm.com
5.
REPEATABLE READ
is
a
more
restrictive
isolation
level
than
READ COMMITTED
.
REPEATABLEREAD
是
比
READCOMMITTED
限制性
更
强
的
隔离
级别
。
msdn2.microsoft.com
6.
If
the
value
is
set
to
1
,
then
the
optimizer
behaves
as
it
does
for
value
0
if
the
transaction
isolation
mode
is
not
Repeatable
Read
.
如果
将
其
值
设置
为
1
,
那么
当
事务
隔离
模式
不是
可重复
读
(
RepeatableRead
)
时
,
优化器
的
行为
就
与
值
为
0
时
一样
。
www.ibm.com
7.
DB2's
internal
isolation
level
for
this
is
referred
to as
Repeatable
Read
.
在
DB2
内部
的
该
隔离
级
被
称为
可重复
读
(
RepeatableRead
)
。
www.ibm.com
8.
By
default
,
MySQL
uses
the
Repeatable Read
isolation
level
for
all
transactions
.
默认
情况
下
,
MySQL
对
所有
事务
使用
RepeatableRead
隔离
级别
。
www-128.ibm.com
9.
For
an OLTP
query
,
you
can
set
the
value
to
0
or
1
with the
isolation
level
not
set
to REPEATABLE READ
.
对于
OLTP
查询
,
可以
将
该
值
设
为
0
或
1
,
而
隔离
级别
不
设
为
REPEATABLEREAD
。
www.ibm.com
10.
Known
as Repeatable Read
in
DB2
,
this
is
the
strongest
isolation
level
.
在
DB2
中
称为
RepeatableRead
,
是
最
强
的
隔离
级别
。
www.ibm.com
1
2