Subject Re: [Firebird-Architect] Re: database encryption
Author Dmitry Yemanov
06.11.2010 13:09, Dimitry Sibiryakov wrote:

>> After quick look on this, I think, that probably the most open approach
>> would be to discuss extracting the physical I/O part from Firebird (the
>> part that writes pages on the disk, reads them, handles temp sort files,
>> etc.), create a clean interface for it and let people develop the
>> encrypted storage, for example.
>>
>> Comments on the approach?
>
> This is already called PIO. Everybody can modify winnt.cpp and/or unix.cpp. Interface
> is clean enough, IMHO.

Temporary storage management is not done through PIO.


Dmitry