top | item 37640567 (no title) alexbezhan | 2 years ago I'm using SQLite as my main database. Is it a bad idea to build queues on top of SQLite? discuss order hn newest andrewstuart|2 years ago SKIP LOCKED guarantees that a row can only be read once. This is critical for queueing systems.SQLite does not support SKIP LOCKED. dunno7456|2 years ago No
andrewstuart|2 years ago SKIP LOCKED guarantees that a row can only be read once. This is critical for queueing systems.SQLite does not support SKIP LOCKED.
andrewstuart|2 years ago
SQLite does not support SKIP LOCKED.
dunno7456|2 years ago