[Firebird-devel] Firebird undo/redo logs

2011-08-07 Thread Ajay Singh
Hi All, I need some information about the undo/redo logs which firebird keeps to support concurrent transactions. Are these logs maintained in memory? Is there any disk I/O involved in this? Is there some kind of logging involved for transactions doing INSERT and SELECT also? Thanks! Ajay --

Re: [Firebird-devel] Firebird undo/redo logs

2011-08-07 Thread Dimitry Sibiryakov
07.08.2011 16:04, Ajay Singh wrote: > I need some information about the undo/redo logs which firebird keeps to > support > concurrent transactions. Firebird is not Oracle, it doesn't use logs to support concurrent transactions. RTFM: http://www.ibphoenix.com/resources/documents/search/doc_27

[Firebird-devel] Failure to read database file in embedded deployment

2011-08-07 Thread Daniel Granatshtain
I recently started working on integrating embedded firebird in to a game using unity3d. While the actual integration in to the engine has its issues, i encountered some unexpected problems (according to the documentation) that i need some help with. The application is running on Windows, using Mono

Re: [Firebird-devel] Firebird undo/redo logs

2011-08-07 Thread Dmitry Yemanov
07.08.2011 18:24, Dimitry Sibiryakov wrote: > 07.08.2011 16:04, Ajay Singh wrote: >> I need some information about the undo/redo logs which firebird keeps to >> support >> concurrent transactions. > > Firebird is not Oracle, it doesn't use logs to support concurrent > transactions. > RTFM: http: