Comment on How RocksDB WorksparentComments−winrid3yPipe it to a write-ahead file on the source host, and read it back and store an offset for reading when you commit. That will be a very optimal solution.But really, I would benchmark sqlite first...
Comments
Pipe it to a write-ahead file on the source host, and read it back and store an offset for reading when you commit. That will be a very optimal solution.
But really, I would benchmark sqlite first...