等待交易 - Firebird
当另一个事务正在进行时,我们可以将索引设置为活动状态吗? Firebird 会等到另一个事务完成其操作,然后索引将变为非活动/活动(这是为了重新索引)吗?
Can we set the index active when another transaction is in progress.
Will Firebird wait till the other transaction completes its operation and the index will become inactive/active (this is for reindexing) after that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,当有其他事务使用它时,Firebird 将激活/停用索引。
Yes, Firebird will activate/deactivate indexes while there are other transactions using it.