search for: concurrernt

Displaying 7 results from an estimated 7 matches for "concurrernt".

Did you mean: concurrent
2018 Mar 05
2
SQLite3 on 3 node cluster FS?
...that in theory, SQLite3 should be able to atomically lock the file (or a subset of page), modify pages, flush the pages to gluster, then release the lock, and thus satisfy the ACID property that SQLite3 appears to try to accomplish on a local filesystem. In a test we wrote that fires off 10 simple concurrernt SQL insert, read, update loops, we discovered that we at least need to use flock() around the SQLite3 db connection open/update/close to protect it. However, that is not enough - although from testing, it looks like flock() works as advertised across gluster mounted files, sync/fsync don't app...
2018 Mar 05
0
SQLite3 on 3 node cluster FS?
...d > be able to atomically lock the file (or a subset of page), modify > pages, flush the pages to gluster, then release the lock, and thus > satisfy the ACID property that SQLite3 appears to try to accomplish on > a local filesystem. > > In a test we wrote that fires off 10 simple concurrernt SQL insert, > read, update loops, we discovered that we at least need to use flock() > around the SQLite3 db connection open/update/close to protect it. > > However, that is not enough - although from testing, it looks like > flock() works as advertised across gluster mounted files,...
2018 Mar 05
6
SQLite3 on 3 node cluster FS?
...omically lock the file (or a subset of page), modify >> pages, flush the pages to gluster, then release the lock, and thus >> satisfy the ACID property that SQLite3 appears to try to accomplish on >> a local filesystem. >> >> In a test we wrote that fires off 10 simple concurrernt SQL insert, >> read, update loops, we discovered that we at least need to use flock() >> around the SQLite3 db connection open/update/close to protect it. >> >> However, that is not enough - although from testing, it looks like >> flock() works as advertised across glu...
2018 Mar 06
0
SQLite3 on 3 node cluster FS?
...r a subset of page), modify > >> pages, flush the pages to gluster, then release the lock, and thus > >> satisfy the ACID property that SQLite3 appears to try to accomplish on > >> a local filesystem. > >> > >> In a test we wrote that fires off 10 simple concurrernt SQL insert, > >> read, update loops, we discovered that we at least need to use flock() > >> around the SQLite3 db connection open/update/close to protect it. > >> > >> However, that is not enough - although from testing, it looks like > >> flock() works...
2018 Mar 06
2
SQLite3 on 3 node cluster FS?
...modify >> >> pages, flush the pages to gluster, then release the lock, and thus >> >> satisfy the ACID property that SQLite3 appears to try to accomplish on >> >> a local filesystem. >> >> >> >> In a test we wrote that fires off 10 simple concurrernt SQL insert, >> >> read, update loops, we discovered that we at least need to use flock() >> >> around the SQLite3 db connection open/update/close to protect it. >> >> >> >> However, that is not enough - although from testing, it looks like >> &g...
2018 Mar 06
0
SQLite3 on 3 node cluster FS?
...pages, flush the pages to gluster, then release the lock, and thus > >> >> satisfy the ACID property that SQLite3 appears to try to accomplish > on > >> >> a local filesystem. > >> >> > >> >> In a test we wrote that fires off 10 simple concurrernt SQL insert, > >> >> read, update loops, we discovered that we at least need to use > flock() > >> >> around the SQLite3 db connection open/update/close to protect it. > >> >> > >> >> However, that is not enough - although from testing,...
2018 Mar 06
1
SQLite3 on 3 node cluster FS?
...ges to gluster, then release the lock, and thus >> >> >> satisfy the ACID property that SQLite3 appears to try to accomplish >> on >> >> >> a local filesystem. >> >> >> >> >> >> In a test we wrote that fires off 10 simple concurrernt SQL insert, >> >> >> read, update loops, we discovered that we at least need to use >> flock() >> >> >> around the SQLite3 db connection open/update/close to protect it. >> >> >> >> >> >> However, that is not enough - alt...