NoSQL: Memory-Mapped I/O in SQLite

| | bookmark | email

Memory-Mapped I/O in SQLite

Beginning with version 3.7.17, SQLite has the option of accessing disk content directly using memory-mapped I/O and the new xFetch() and xUnfetch() methods on sqlite3_io_methods.

tags:sqlite,mongodb,document database

via NoSQL databases