We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Limbo v0.0.5 Enter ".help" for usage hints. limbo> CREATE TABLE t(x1, x2, x3, x4); limbo> INSERT INTO t VALUES (zeroblob(1024 * 1024 - 1), zeroblob(1024 * 1024 - 2), zeroblob(1024 * 1024 - 3), zeroblob(1024 * 1024 - 4)); thread 'main' panicked at core/io/linux.rs:90:18: submission queue is full: PushError note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace [1] 257149 IOT instruction (core dumped) limbo a1.db
It seems like allocation of overflow pages can cause overflow of submission queue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems like allocation of overflow pages can cause overflow of submission queue.
The text was updated successfully, but these errors were encountered: