Re: [Firebird-devel] Shadow files

2011-08-08 Thread Alex Peshkoff
On 08/08/11 19:10, Dimitry Sibiryakov wrote: > 08.08.2011 16:57, Kjell Rilbe wrote: >> So, I ask you in the devel team: is the shadow file feature going to go >> away or will you make sure it stays functional? >If discussion about dropping of shadow is ever raised I will vote against. > +1 -

Re: [Firebird-devel] Performance of inserts on External Table

2011-08-08 Thread Alex Peshkoff
On 08/08/11 17:55, Gopala Krishna Gundeboyina wrote: > Hi, > I am using external table interface to insert data into my own external > storage. Here I am calculating the performance of inserting records using a > test data of 100k records with both client and server on same machine. I am > followi

Re: [Firebird-devel] Failure to read database file in embeddeddeployment

2011-08-08 Thread Daniel Granatshtain
thanks On Tue, Aug 9, 2011 at 1:04 AM, Vlad Khorsun wrote: >>I will start by describing the environment i have now. >> My application code is running inside a game engine Unity3D. The code >> is C# using mono which supports .NET 2.0. >> The DB i am interested in is the embedded deployment, so whe

Re: [Firebird-devel] Failure to read database file in embeddeddeployment

2011-08-08 Thread Vlad Khorsun
>I will start by describing the environment i have now. > My application code is running inside a game engine Unity3D. The code > is C# using mono which supports .NET 2.0. > The DB i am interested in is the embedded deployment, so when i ship > the game users don't need to install anything else. >

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

2011-08-08 Thread Daniel Granatshtain
I will start by describing the environment i have now. My application code is running inside a game engine Unity3D. The code is C# using mono which supports .NET 2.0. The DB i am interested in is the embedded deployment, so when i ship the game users don't need to install anything else. The proble

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

2011-08-08 Thread Dimitry Sibiryakov
08.08.2011 22:19, Vlad Khorsun wrote: > Much better is to resolve relative path into > absolute before attaching to the database. Most likely he doesn't know how to do it. -- SY, SD. -- BlackBerry® DevCon Americas

Re: [Firebird-devel] Shadow files

2011-08-08 Thread Dimitry Sibiryakov
08.08.2011 22:14, Kjell Rilbe wrote: > Any indication of how large the lag (N) could be? Can it grow without > bounds if the server load is high? I can say for sure only for replicator by IBPhoenix: It depends on replication settings and timing. If crash occur after replication finish but

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

2011-08-08 Thread Vlad Khorsun
> Thanks Vlad, i tried that as well before posting here, but it didn't work. > If i do get this to work, will i be able to set a relative path to the DB > file? Sorry, i'm not sure i understand what does you did, what you got and what you really need. More details could help us to help you ;

Re: [Firebird-devel] Shadow files

2011-08-08 Thread Kjell Rilbe
Den 2011-08-08 18:39 skrev Dimitry Sibiryakov såhär: > 08.08.2011 18:33, Kjell Rilbe wrote: >> This copy should be as up to date as possible, >> transaction by transaction. >> >> Are there no replicators that can do this? > > Yep. > All Firebird replicators that I know are asynchronous. It

Re: [Firebird-devel] Failure to read database file in embeddeddeployment

2011-08-08 Thread Daniel Granatshtain
Thanks Vlad, i tried that as well before posting here, but it didn't work. If i do get this to work, will i be able to set a relative path to the DB file? Daniel On Mon, Aug 8, 2011 at 5:11 PM, Vlad Khorsun wrote: >> 2. Constrained by the engine i must use RootDirectory so i can set the >> file

Re: [Firebird-devel] Shadow files

2011-08-08 Thread Dimitry Sibiryakov
08.08.2011 18:33, Kjell Rilbe wrote: > This copy should be as up to date as possible, > transaction by transaction. > > Are there no replicators that can do this? Yep. All Firebird replicators that I know are asynchronous. It means that there is a possibility to loose some data on crash. T

Re: [Firebird-devel] Shadow files

2011-08-08 Thread Kjell Rilbe
Den 2011-08-08 17:10 skrev Dimitry Sibiryakov såhär: > 08.08.2011 16:57, Kjell Rilbe wrote: >> So, I ask you in the devel team: is the shadow file feature going to go >> away or will you make sure it stays functional? > > If discussion about dropping of shadow is ever raised I will vote against

Re: [Firebird-devel] Shadow files

2011-08-08 Thread Dimitry Sibiryakov
08.08.2011 16:57, Kjell Rilbe wrote: > So, I ask you in the devel team: is the shadow file feature going to go > away or will you make sure it stays functional? If discussion about dropping of shadow is ever raised I will vote against. > Is replication a viable option? Perhaps even better? Why

[Firebird-devel] Shadow files

2011-08-08 Thread Kjell Rilbe
Hi, In a fb-support discussion it has occurred to me and Karol Bieniaszewski that the old shadow file feature is actually useful for some purposes. Karol runs the master on a RAM disk to make sure reads and searches are as fast as possible, and has a shadow file on a regular disk to protect ag

Re: [Firebird-devel] Failure to read database file in embeddeddeployment

2011-08-08 Thread Vlad Khorsun
> 2. Constrained by the engine i must use RootDirectory so i can set the > file location. Changing the variable in the conf file had no affect. > The only way i could make the RootDirectory change is by setting > Environment variable, but unfortunately thats not a good for solution > for my applica

Re: [Firebird-devel] CORE-2670: exclusive mode

2011-08-08 Thread Vlad Khorsun
> On the FB 2.5 change log I found: > > 2009-12-04 11:44 hvlad >M src/remote/server.cpp > Fixed bug CORE-2670 : FB 2.5 freezes during data pump operations It was the typo in check-in's comment, sorry. That fix was for CORE-2760. Regards, Vlad -

[Firebird-devel] Performance of inserts on External Table

2011-08-08 Thread Gopala Krishna Gundeboyina
Hi, I am using external table interface to insert data into my own external storage. Here I am calculating the performance of inserting records using a test data of 100k records with both client and server on same machine. I am following two approaches: 1) Inserting record by record individually (

[Firebird-devel] CORE-2670: exclusive mode

2011-08-08 Thread Martín Gorrito
Hi,   On the FB 2.5 change log I found:    2009-12-04 11:44  hvlad    M src/remote/server.cpp Fixed bug CORE-2670 : FB 2.5 freezes during data pump operations But it's not clear to me if that has relation to the input that started CORE-2670 thread. I am trying to find a way to avoid the posibili

Re: [Firebird-devel] thd_priority

2011-08-08 Thread Alex Peshkoff
On 08/06/11 09:47, Claudio Valderrama C. wrote: >> -Original Message- >> From: Alex Peshkoff [mailto:peshk...@mail.ru] >> Sent: Lunes, 01 de Agosto de 2011 2:56 >> >> On 07/30/11 11:04, Claudio Valderrama C. wrote: >>> Hello, each time I compile, I get >>> >>> thd_priority.obj : warning