月亮词典
首页
查询
Savepoints
保存点
常用释义
词性释义
保存点
例句
全部
Savepoints
are
the
perfect
mechanism to
achieve
finer
granularity
of
atomicity
within
a
transaction
.
保存
点
是
在
事务
中
实现
更
细
粒度
的
原子性
的
最佳
方法
。
The
scope
of
savepoints
set
inside
a
stored
procedure
is
restricted
to
the
individual
execution
of the
stored
procedure
.
存储
过程
内部
设置
的
保存
点
的
范围
被
限制
为
存储
过程
的
单
次
执行
。
Applications
using
other
clients
can
use
savepoints
in
IDS
by
sending
the
savepoint
statements
directly
to
the
server
.
使用
其他
客户机
的
应用程序
也
可以
在
IDS
中
使用
保存点
,
只需
要
将
保存
点
语句
直接
发
送给
服务器
。
Optimistic
locking
is
also
supported
as well as
multiple
Transaction
Savepoints
.
锁
优化
机制
也
支持
多个
事务
的
保存
点
。
Savepoints
are
named
markers
within
a
database
transaction
.
保存
点
指
的
是
数据库
事务
中
指定
的
标记
。
This
lets
you
set
,
rollback
,
and
release
savepoints
in
a
transaction
.
它
允许
您
在
事务
中
设置
、
回滚
和
释放
保存
点
。
As
described
earlier
,
you
set
savepoints
with
the
SAVEPOINT
statement
.
如
前
所
述
,
将
使用
SAVEPOINT
语句
设置
保存点
。
You
can
use
savepoints
in
applications
written
with
any
IDS
client
API
or
language
.
您
可以
在
由
IDS
客户机
API
或
任何
语言
编写
的
应用程序
中
使用
保存
点
。
You
probably
won't
need
to
use
savepoints
frequently
.
您
或许
不是
经常
需要
使用
Savepoint
。
Listing
8
.
2
.
Sample
code
using
savepoints
in
stored
procedures
清单
8.2
在
存储
过程
中
使用
保存
点
的
样例
代码
网络释义
存储点
对于长的事务,可以设置称为
存储点
(
savepoints
)的中间标志,将事务分割为小段。存储点允许回滚从事务当前点到事务靠前 …
嵌套事务
...(MVCC), 点在时间补救, 表空间、异步复制、
嵌套事务
(
savepoints
), online/hot 备份, 一次老练询问planner/optimizer, 和写向 …
更新时间:2025-05-02 05:33