penberg / limbo

Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite.
MIT License
895 stars 49 forks source link

use O_DIRECT for file read operations #107

Closed ishanjain28 closed 1 month ago

ishanjain28 commented 1 month ago

This PR enables read operations with O_DIRECT mode and Fixes #46

penberg commented 1 month ago

@ishanjain28 Nice, please rebase this against main branch so we can merge this.

ishanjain28 commented 1 month ago

Rebased :+1: