网页
图片
视频
学术
词典
地图
更多
航班
笔记本
repeatable read
美
英
un.
可重读
网络
可重复读;可重复读取;可重复的读
英汉
网络释义
un.
1.
可重读
1.
可重复读
可重复读
(
Repeatable read
) 不可能 不可能 可能 可串行化(Serializable ) 不可能 不可能 不可能 PostgreSQL 提供读已提交…
blog.csdn.net
|
基于661个网页
2.
可重复读取
可重复读取
(
Repeatable Read
):禁止不可重复读取和脏读取,但是有时可能出现幻影数据。这可以通过“共享读锁”和“排他写 …
baike.baidu.com
|
基于252个网页
3.
可重复的读
可重复的读
(
Repeatable Read
) 读稳定性(Read Stability) 游标稳定性(Cursor Stability) 未提交的读(Uncommitted Read…
www.cnblogs.com
|
基于131个网页
4.
可重读
Hibernate 可以很好地支持
可重读
(
Repeatable Read
)隔离级别。 在Hibernate配置文件中设置隔离级别 JDBC连接数据库使用 …
www.huomo.cn
|
基于119个网页
5.
可重复读模式
OPTCOMPIND 1:若事务处理为
可重复读模式
(
Repeatable Read
),则选择索引策略,否则,优化器自动选择开销最低的连接 …
fanqiang.chinaunix.net
|
基于21个网页
6.
可反复读
比方
可反复读
(
repeatable read
)隔离级别 事务保持共享锁直到事务结束
www.qqgb.com
|
基于12个网页
7.
可重现的读取
- Oracle不支持 SQL92 标准中的“
可重现的读取
(
repeatable read
)”隔离级别,要想避免“不可重现的读取(nonrepeatable read…
zhidao.baidu.com
|
基于6个网页
更多释义
收起释义
例句
释义:
全部
全部
,
可重读
可重读
,
可重复读
可重复读
,
可重复读取
可重复读取
,
可重复的读
可重复的读
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
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.
This
leads
to a
database
deadlock
when
the
transaction
isolation
level
of
the
connection
is
TRANSACTION_REPEATABLE_READ
.
当
连接
的
事务
隔离
级别
是
TRANSACTION_REPEATABLE_READ
时
,
将
导致
数据库
死锁
。
www.ibm.com
4.
The
concurrency
decreases
and
data
integrity
increases
when
you
move
the
isolation
level
from
uncommitted
read
(
UR
)
to
repeatable
read
(
RR
)
.
当
隔离
级别
从未
提交
读取
(
UR
)
移动
到
可
重复
读取
(
RR
)
过程
中
,
并发性
下降
,
数据
集成
性
提高
。
www.ibm.com
5.
If
the
transaction
isolation
mode
is
Repeatable
Read
,
then
the
optimizer
would
base
its
choice
purely
on
the
estimated
costs
.
如果
事务
隔离
模式
是
可
重复
读
(
RepeatableRead
)
,
那么
优化器
会将
其
选择
完全
基于
估算
成本
。
www.ibm.com
6.
Repeatable
read
-
- The
transaction
always
reads the
same
data
during
the
transaction
.
Repeatableread
(
可
重读
)
——
在
事务
过程
中
,
事务
始终
读取
相同
的
数据
。
www.ibm.com
7.
REPEATABLE
READ
is
a
more
restrictive
isolation
level
than
READ COMMITTED
.
REPEATABLEREAD
是
比
READCOMMITTED
限制性
更
强
的
隔离
级别
。
msdn2.microsoft.com
8.
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
9.
Notice
that the
ANSI
isolation
levels
and DB2 isolation levels have
different
names
,
and
"
repeatable
read
"
has
different
meanings
.
请
注意
,
ANSI
隔离
级别
和
DB2
隔离
级别
使用
了
不同
的
名称
,
“
可
重复
的
读取
”
也
有着
不同
的
含义
。
www.ibm.com
10.
DB2's
internal
isolation
level
for
this
is
referred
to as
Repeatable
Read
.
在
DB2
内部
的
该
隔离
级
被
称为
可
重复
读
(
RepeatableRead
)
。
www.ibm.com
1
2