[Firebird-devel] generating the ninja files instead of make

2015-03-01 Thread marius adrian popa
with the new cmake build system we can now generate the ninja files http://www.kitware.com/blog/home/post/434 mkdir build cd build cmake –GNinja ../ ninja -- Dive into the World of Parallel Programming The Go Parallel

Re: [Firebird-devel] Recore level compresion imroovement

2015-03-01 Thread Slavomir Skopalik
Hi Jim, my proposal was not so abstract as your. I just want to put all parts of encoding/decoding into one class with clear interface that will able to put different ecoder in development time (FB3+). I will contact Firebird developer to make agreement about changes is this class: class Comp

Re: [Firebird-devel] DDL permissions

2015-03-01 Thread Simonov Denis
Roman Simakov wrote Fri, 04 Jul 2014 17:23:38 +0300: > Hello! > > I'd like to present a patch for firebird trunk which implements > http://tracker.firebirdsql.org/browse/CORE-735 like Red Database does. > > Patch was discussed with Dmitry Yemanov, Alex Peshkoff and Vlad Khorsun. > Small descrip

[Firebird-devel] [FB SERVICES] Question about shutdown

2015-03-01 Thread arnaud le roy
Hi, somebody can tell me what is the difference between isc_spb_prp_shutdown_db and isc_spb_prp_force_shutdown because in the api guide about isc_spb_prp_shutdown_db : Shuts down the database when: • There are no connections to the database, or • At the end of the timeout period you specify C

Re: [Firebird-devel] User Definable Record Encodings

2015-03-01 Thread James Starkey
This was a follow up to a problem I raised to another proposal. I thought the context was clear, bu apparently not... So here's the context. Data compression has a huge effect on performance. Reducing the physical size of the data reduces database size and the number of pages to be read to fetc