-
Currently, we are dumping all the data in the string format in a file defined in the config.
Just wanted to know if using segmented log is in the roadmap or not. If yes then we can implement it usi…
-
CockroachDB currently stores Raft log entries and data in the same RocksDB storage engine. Both log entries and their applied state are written to the RocksDB WAL, even though only log entries are req…
-
TB now already survives from the application crash. it is nice to have a WAL to protect against the kernel crash or machine sudden shutdown.
-
Enable Write-Ahead Logging (WAL)
This effectively allows concurrency with sqlite. It gets applied to the database file.
The command to enable WAL is:
`sqlite3 database.sqlite 'PRAGMA journal_…
-
Dear team
we updated to v1.19.8 and now we are having a runtime error similar to a previous issue #1897 that was fixed before.
Can you please take a look at this?
Instance running in Azure, mou…
-
For usage with sd cards its better to write less often and in bigger chunks to ensure that sdcard doesnt die quickly.
Is there any way to separate .put() from actual disk write? Ideally gundb might…
-
### _Type_:
Request
### _If it's a request, what do you need it for?_:
A Write-Ahead Log ensures we can recover from any kind of crash and helps us avoid signing conflicting votes.
### _Priori…
-
For a Derecho subgroup in persistence mode (defined as the existence of a persisted field in the subgroup class), our delivery + persistence layer breaks under a total failure. Our persistence layer i…
-
### Tell us your idea!
I read this morning about SQLite usage on Android and found out some things which were new to me:
Apparently in default mode SQlite blocks all readers when there is a writ…
-
If the streaming technology used (e.g. PubSub or Kinesis) is not available, the collector will keep on accumulating raw events in memory.
Those raw events should rather be flushed to disk for later…