BUFFERED

Commits are written to the operating system but not forced. They survive a process crash — kill -9 does not discard the page cache — and are lost only if the machine itself stops.

Orders of magnitude faster for bulk ingest, where the sensible pattern is to load, call DocumentStore.sync, and only then report success to whoever asked for the load.

Properties

Link copied to clipboard
Link copied to clipboard