Re: [firebird-support] Will we move when yahoo Groups close theirs doors?

2019-10-18 Thread Doychin Bondzhev doyc...@dsoft-bg.com [firebird-support]
https://stackoverflow.com/questions/35966337/transition-from-yahoo-groups-to-google-groups On 18.10.2019 ã. 14:45, emb_blas...@hotmail.com [firebird-support] wrote: > > Hi! > > Recently I learned that Yahoo! will close Groups. > > We will lose all the content? > > Will we move to another

Re: [firebird-support] Re: NVME drive optimize for firebird engine

2018-04-11 Thread Doychin Bondzhev doyc...@dsoft-bg.com [firebird-support]
Hi, You can try by turning Forced writes off on the database. Firebird does very frequent writes to it's transaction pages and that is overkill for SSD. Without good write cache this hurts performance a lot. I suggest you do the above only to test and see is there any difference in the

Re: [firebird-support] Ryzen R7 vs Kaby Lake 7700K, which one to choose?

2017-03-24 Thread Doychin Bondzhev doyc...@dsoft-bg.com [firebird-support]
Hi, I just got my last piece (the motherboard) for my new Ryzen system. I'll install all the software during the next few days and will write back here about my experience with FB. I'm moving from FX-8350 to Ryzen 7 1800X with some decent upgrade on the storage (RAID 10 with 6 HDD) so I

[firebird-support] Looking for example how to use FBTraceManager api in java.

2016-06-01 Thread Doychin Bondzhev doyc...@dsoft-bg.com [firebird-support]
Hi, I'm looking for some example how to use TraceAPI provided in Jaybird. -- Doychin Bondzhev dSoft-Bulgaria Ltd. PowerPro - billing & provisioning solution for Service providers PowerStor - Warehouse & POS http://www.dsoft-bg.com/ Mobile: +359888243116 [Non-text portions of this message have

[firebird-support] how to keep history of statements per transaction?

2016-05-31 Thread Doychin Bondzhev doyc...@dsoft-bg.com [firebird-support]
Hi, I'm looking for easy to use solution that can help me trace statements executed inside every transaction and keep them until transaction is active. Once it is closed(commit or rollback) statements are discarded. I need this to be able to run on a production system in order to track which

Re: [firebird-support] Firebird Embedded on web hosting

2015-09-21 Thread Doychin Bondzhev doyc...@dsoft-bg.com [firebird-support]
The only protection that I found until now is to use forced writes on the database. this can save you from real troubles. Without this option turned off you might lose some data even when your database is in perfect shape. With forced writes you have the guarantee that at least until the last

Re: [firebird-support] Install 2.1 on RH 6

2015-04-18 Thread Doychin Bondzhev doyc...@dsoft-bg.com [firebird-support]
You need to install compat-libstdc++-33 package. That package will give you the needed C++ libraries to run firebird on RHEL/CentOS 6 On Sat, Apr 18, 2015 at 10:37 PM, Emil Totev em...@tot-consult.com [firebird-support] firebird-support@yahoogroups.com wrote: I will have to install firebird

Re: [firebird-support] Re: Simultaneous inserts / selects

2014-10-09 Thread Doychin Bondzhev doyc...@dsoft-bg.com [firebird-support]
On 9.10.2014 ã. 14:32 ÷., brucedickin...@wp.pl [firebird-support] wrote: Thank you guys for your input! I appreciate it! I have some doubts.. isn't TCP/IP a bottleneck here? I mean, I am sending for example 4 times (4 threads) more data to insert via network. @Doychin I do have like 2-3

Re: R: [firebird-support] How to improve Firebird 2.5.3 Disk I/O on Windows server 2012 R2

2014-09-27 Thread Doychin Bondzhev doyc...@dsoft-bg.com [firebird-support]
Hi Costantino, I did some experimenting before one year and I found that Firebird is much faster when you use page size = cluster size on the file system. So if your file system is with 4K cluster I suggest to use page size of 4K. This is very helpful when you have Forced Write = ON.