Howard Kapustein wrote:
> 
> Has anyone considered supporting SQLITE_SYNC_DATAONLY on Windows using
> NtFlushBuffersFileEx?
>
http://msdn.microsoft.com/en-us/library/windows/hardware/hh967720(v=vs.85).a
spx
> 

Our experience with various Unix flavors teaches us that data-only sync
does not have a performance advantage over a full sync.  And the Nt*()
interfaces may cause portability problems for things like WinCE.

--
Joe Mistachkin

Reply via email to