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] Off-Topic: Firebird future

2019-10-08 Thread Alex Castillo acr_k...@yahoo.com [firebird-support]
Hello everyone, I've been using FB since version 1 and I have only good comments about the database quality and performance. However, It's true that the development has evolved too slow and we had to wait almost 10 years since the first release to get a real SMP support (I know that's tricky

Re: [firebird-support] Timestamp conversion issue

2016-04-06 Thread Alex Castillo acr_k...@yahoo.com [firebird-support]
tteveel m...@lawinegevaar.nl [firebird-support]" <firebird-support@yahoogroups.com> Para: firebird-support@yahoogroups.com Enviado: Martes, 5 de abril, 2016 6:20:53 Asunto: Re: [firebird-support] Timestamp conversion issue   On 2016-04-05 10:47, Alex Castillo acr_k...@yahoo.com [firebird-sup

[firebird-support] Timestamp conversion issue

2016-04-05 Thread Alex Castillo acr_k...@yahoo.com [firebird-support]
Hello everyone, I'm having some issues with a stored procedure. This is a legacy development, so the time was stored in a varchar field and the date in a timestamp field. The issue stills happens after the upgrade from 2.1.5 to 2.1.7 on linux open suse 11.4 x64, classic engine. However, this

Re: [firebird-support] LEFT JOIN much faster than JOIN

2013-08-02 Thread Alex Castillo
Hello Josef,   I've never had that issue using Firebird, but some time ago I had a similar behavior with SQL Server and the responsible was a fragmented index. May be you should take a look to your indexes design or rebuild them via backup/restore.   Regards,

Re: [firebird-support] Compiling UDF in Linux (CENTOS 6)

2013-01-22 Thread Alex Castillo
, ___ I'm free, I use GNU/Linux. Close your Windows, Open your mind. --- El dom 20-ene-13, Alex Castillo acr_k...@yahoo.com escribió: De: Alex Castillo acr_k...@yahoo.com Asunto: [firebird-support] Compiling UDF in Linux (CENTOS 6) A: Firebird Support firebird-support

[firebird-support] Compiling UDF in Linux (CENTOS 6)

2013-01-20 Thread Alex Castillo
Hello everyone, I've created an UDF using Codeblocks against FB CS 2.1.5 and everything is ok on Windows 7. Now I'm trying to copile the same code on Linux Centos 6 without success. Actually, the gcc compiler didn't send any error but when I call the function FB chashes and shuts down the