网页
图片
视频
学术
词典
地图
更多
航班
笔记本
Read-Committed
网络
提交读
网络释义
1.
提交读
....它充分支持子查询(包括FROM子句的子选择) 、
提交读
(
read-committed
)、序列化事务隔离级别.虽然PostgreSQL有一个完全 …
www.2cto.com
|
基于22个网页
例句
释义:
全部
全部
,
提交读
提交读
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
It
opens
a
third
connection
and
initiates
a
transaction
using
the
READ
COMMITTED
isolation
level
to
attempt
to read the
data
in
the
table
.
打开
第三
个
连接
,
并
使用
READCOMMITTED
隔离
级别
开始
一个
事务
,
尝试
读取
表
中
的
数据
。
msdn2.microsoft.com
2.
In
essence
,
non-transactional reads
in
auto-commit
mode
are
equivalent
to
reads
within
a
transaction
of
isolation
-
level
Read
-
Committed
.
在
本质上
,
auto-commit
模式
中
的
非
事务性
读取
等效
于
隔离
级别
为
Read-Committed
的
事务
内
的
读取
。
www.ibm.com
3.
MobiLink
operates
using
the
ODBC
isolation
level
SQL_TXN_READ_COMMITTED
as
the default
isolation
level
for the
consolidated
database
.
MobiLink
运行
时
使用
ODBC
隔离
级别
SQL_TXN_READ_COMMITTED
作为
统一
数据库
的
缺省
隔离
级别
。
www.ianywhere.com
4.
This
produces the
same
behavior
as
setting
READ_COMMITTED_SNAPSHOT OFF
(
the
default
)
.
此时
的
行为
与
设置
READ_COMMITTED_SNAPSHOTOFF
(
默认
设置
)
相同
。
msdn2.microsoft.com
5.
READPAST
can
only
be
specified
in
transactions
operating
at the
READ
COMMITTED
or
REPEATABLE READ
isolation
levels
.
仅
可
在
运行
于
READCOMMITTED
或
REPEATABLEREAD
隔离
级别
的
事务
中
指定
READPAST
。
msdn2.microsoft.com
6.
Set
READ_COMMITTED_SNAPSHOT
database
option
ON
to
enable
read
-
committed
transactions
to
use
row
versioning
.
将
READ_COMMITTED_SNAPSHOT
数据库
选项
设置
为
ON
,
使得
已
提交
读
事务
使用
行
版本控制
。
technet.microsoft.com
7.
A
new
implementation
of
read
-
committed
isolation
level
that
uses
row
versioning
to
provide
statement
-
level
read
consistency
.
已
提交
读
隔离
级别
的
新
实现
方式
,
它
使用
行
版本控制
来
提供
语句
级
读取
一致性
。
msdn2.microsoft.com
8.
The
new
READ_COMMITTED_SNAPSHOT
isolation
level
can
transparently
replace
READ
COMMITTED
for
all
transactions
.
新
的
READ_COMMITTED_SNAPSHOT
隔离
级别
可以
透明地
替换
所有
事务
的
READCOMMITTED
。
msdn2.microsoft.com
9.
Added
note
about
row
version
retention
for
triggers
and
read
-
committed
transactions
using
row
versioning
.
添加
了
有关
触发器
的
行
版本
保持
期
和
使用
行
版本控制
的
已
提交
读
的
事务
的
注释
。
msdn2.microsoft.com
10.
9; The
READ
COMMITTED
isolation
level
guarantees
that the
SELECT
statements
will
never
read
uncommitted
data
,
by
issuing
shared
locks
.
READCOMMITTED
隔离
级别
通过
发布
共享
锁
确保
SELECT
语句
永远
不
读取
未提交
的
数据
。
msdn2.microsoft.com
1
2
3