Re: [firebird-support] Scaling Firebird - Azure

2019-10-10 Thread Daniel Miller dmil...@amfes.com [firebird-support]
On 10/6/2019 9:49 AM, Rune Horneland rune.hornel...@kravia.net [firebird-support] wrote: > > > Hi, > We are running Firebird 2 in an Azure VM. It can only take so much in > terms of concurrent connections. > What top-level advice would you give to scale this? > > We are connecting to it from

Re: [firebird-support] Scaling Firebird - Azure

2019-10-09 Thread 'Alexey Kovyazin (ak)' a...@ib-aid.com [firebird-support]
pp...@yahoogroups..com] > Sent: Wednesday, 09 October, 2019 08:17 > To: Nagy Szilveszter nagy_szilvesz...@yahoo.com [firebird-support] < > firebird-support@yahoogroups.com> > Subject: Re: [firebird-support] Scaling Firebird - Azure > > Hello, > > In short words, Azure s

RE: [firebird-support] Scaling Firebird - Azure

2019-10-09 Thread ma_go...@yahoo.com [firebird-support]
Software raid and hardware raid without BBU has a huge performace hit : https://ib-aid.com/en/articles/45-ways-to-speed-up-firebird-database/ https://ib-aid.com/en/articles/45-ways-to-speed-up-firebird-database/ EXT3, EXT4 : file system barrier property has huge performance hit

RE: [firebird-support] Scaling Firebird - Azure

2019-10-09 Thread 'Louis van Alphen' lo...@nucleo.co.za [firebird-support]
server is very fast with MSSQL. From: firebird-support@yahoogroups.com [mailto:firebird-supp...@yahoogroups..com] Sent: Wednesday, 09 October, 2019 08:17 To: Nagy Szilveszter nagy_szilvesz...@yahoo.com [firebird-support] Subject: Re: [firebird-support] Scaling Firebird - Azure Hello

Re: [firebird-support] Scaling Firebird - Azure

2019-10-09 Thread 'Alexey Kovyazin (ak)' a...@ib-aid.com [firebird-support]
Hello, In short words, Azure sucks, its so called Premium SSD is worse than the cheapest consumer grade ssd. Try Google Cloud or Amazon, or Hetzner. Regards, Alexey Kovyazin IBSurgeon пн, 7 окт. 2019 г., 0:20 Rune Horneland rune.hornel...@kravia.net [firebird-support] : > > > Hi, > We are

Re: [firebird-support] Scaling Firebird - Azure

2019-10-08 Thread Alex Castillo acr_k...@yahoo.com [firebird-support]
Using Azure is a little bit tricky with any database. Since FB doesn't have DBaaS support from any Cloud provider that I know you will need to go only for VM or containers for your deployment. If you google for "firebird performance tuning" you will find some interesting

[firebird-support] Scaling Firebird - Azure

2019-10-06 Thread Rune Horneland rune.hornel...@kravia.net [firebird-support]
Hi, We are running Firebird 2 in an Azure VM. It can only take so much in terms of concurrent connections. What top-level advice would you give to scale this? We are connecting to it from a .NET core Middleware using Azure VMs. The architecture of the middleware is quite monolithic. We are