Windows NTFS 上的 sqlite 锁定问题

发布于 2025-01-03 20:20:55 字数 101 浏览 3 评论 0原文

sqlite3.7专门针对NTFS文件系统上的windows box给出了这个问题。它在 Ubuntu 上运行良好。我看到有很多关于此的帖子,但没有一个给出明确的答案。 我们有解决方案吗?

The sqlite3.7 is giving this issue specifically for windows box on NTFS file system . it works fine on Ubuntu. I see there are many post regarding this but none of them gives a clear answer.
Do we have a solution for this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一张白纸 2025-01-10 20:20:55

使用多线程访问数据库时不要使用 SQLite。

Sqlite 中的锁定是直接锁定数据库,而不是像锁定表那样细粒度,甚至不像大多数其他 DBMS 服务器那样在行级别更细粒度。

Dont use SQLite when using multithreaded access to DB.

The locking in Sqlite is directly lockinbg Database and not granular like locking table or even more fine-grained at row level like most of the other DBMS server.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文