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

2019-10-18 Thread Doychin Bondzhev doyc...@dsoft-bg.com [firebird-support]
move to another platform? Where? > > > > -- Doychin Bondzhev dSoft-Bulgaria Ltd. PowerPro - billing & provisioning solution for Service providers http://www.dsoft-bg.com/ Mobile: +359888243116 [Non-text po

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

2018-04-11 Thread Doychin Bondzhev doyc...@dsoft-bg.com [firebird-support]
use harware RAID with BBU ho have disc cache and good > performance. > > -- 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 t

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]
is good for super server or for small number of clients where higher IPC will help you to process queries faster. but all this is irrelevant if you have slow storage. Doychin On 23.3.2017 ã. 05:00 ÷., trsk...@yahoo.com [firebird-support] wrote: > > > Hi all, > > I am considerin

[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 mess

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

2016-05-31 Thread Doychin Bondzhev doyc...@dsoft-bg.com [firebird-support]
code path leaves open transaction or keeps transaction open for long time. Any ideas how to make this? -- Doychin Bondzhev dSoft-Bulgaria Ltd. PowerPro - billing & provisioning solution for Service providers PowerStor - Warehouse & POS http://www.dsoft-bg.com/ Mobile: +359888243116 [

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

2015-09-21 Thread Doychin Bondzhev doyc...@dsoft-bg.com [firebird-support]
Denne epost har blitt kontrollert for virus av Comendo Norge AS > This e-mail has been scanned for viruses by http://www.comendo.no > **** > > > [Non-text portions of this message have been removed] > >

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]
is not very different in the last 10 years. Also another thing to note is that for DB scenarios I prefer to use Read Caching and no Write caching. This gives me better guarantee that I will not end with broken database in case of power failure. Have a nice day. -- Doychin Bondzhev dSoft

[firebird-support] Re: Optimizing Firebird for SSD

2011-12-31 Thread Doychin
Small size is actually value between 128-256 pages which is much more then what CS has now as default value. Be careful with that because Firebird will copy pages to its cache before referencing their contents. If you make the database cache too small, you'll spend a lot of cycles doing

RES: [firebird-support] Re: Optimizing Firebird for SSD

2011-12-29 Thread Doychin
writes. Again the best scenario is to use RAID 10 with good RAID controller. This gives you enough speed on both read and write and protection against power failure. Doychin Bondzhev --- In firebird-support@yahoogroups.com, karolbieniaszewski liviuslivius@... wrote: Here is link to good Ram Disc

[firebird-support] Re: Optimizing Firebird for SSD

2011-12-17 Thread Doychin
While I really enjoy a SSD in my development machine, I have no real long-time experience with higher-prized enterprise class SSDs, but I guess you are using a normal consumer SSD? Yes we used cheap SSD at the time when we decide to go this way. I'm not sure if I would use consumer SSDs

[firebird-support] Re: CPU selection for Firebird Database

2011-12-17 Thread Doychin
My preferred configuration for software I write is: Xeon or i7 based system + 4 or 8 GB RAM + 4 HDD in RAID 10 configuration with integrated linux RAID. If you have budget for more you can get good RAID controller. I use Adaptec 2504. It is cheap and offers enough features. Finally it all

[firebird-support] Optimizing Firebird for SSD

2011-12-16 Thread Doychin
hi guys, I'm having this setup here: linux 64 bit server with RAID 5 for database storage. My database is stored on raw device. Right now I'm using FW=ON for this setup. any ideas how to optimize performance for this configuration? The problem is with write operations. They take to much time