|
|
|
|
|
by teepark
5778 days ago
|
|
http://linux.die.net/man/2/fcntl actually it could use row-level locking since it uses row-oriented storage and fcntl locks can be applied to a set of bytes within a file. it could also do file-level locking on tempfiles with names derived from the table name and primary key of the row. anyone with actual knowledge of it care to chime in with what it does do? |
|
It COULD do row level locking, but it doesn't. SQLitening is the closest thing to performant SQLite you will get. And it only runs on Windows.