HomeFreeBSD

databases/sqlite3: disable SQLITE_MMAP_READWRITE

Description

databases/sqlite3: disable SQLITE_MMAP_READWRITE

Although mmap is not in use by default, this option is too specific to
enable in the system sqlite3. There are cases where the
application/developer may wish to use mmap for reads (to minimize the
sqlite pagecache), but go through the well tested (p)write routines.

Details

Provenance
Kevin Bowling <kbowling@FreeBSD.org>Authored on Jun 14 2021, 7:04 AM
Parents
R11:58f4100c0c7d: databases/mongodb50: add port as repocopy of databases/mongodb49
Branches
Unknown
Tags
Unknown

Event Timeline

Kevin Bowling <kbowling@FreeBSD.org> committed R11:48df5fd0d9e3: databases/sqlite3: disable SQLITE_MMAP_READWRITE (authored by Kevin Bowling <kbowling@FreeBSD.org>).Jun 14 2021, 7:08 AM