PostgreSQL vs Firebird SQL

Поиск
Список
Период
Сортировка
От ioan ghip
Тема PostgreSQL vs Firebird SQL
Дата
Msg-id CANtHMv8VLCMffw7H2npyQNoFgpyxnVwH6_M_wFi_BunrAGmb9Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: PostgreSQL vs Firebird SQL  (Chris Travers <chris.travers@gmail.com>)
Re: PostgreSQL vs Firebird SQL  (Achilleas Mantzios <achill@matrix.gatewaynet.com>)
Re: PostgreSQL vs Firebird SQL  (Andy Colson <andy@squeakycode.net>)
Re: PostgreSQL vs Firebird SQL  (Merlin Moncure <mmoncure@gmail.com>)
Список pgsql-general
I have a Firebird SQL database running on one of my servers which has about 50k inserts, about 100k updates and about 30k deletes every day. There are about 4 million records in 24 tables. I have a bunch of stored procedures, triggers, events and views that I'm using. 
Firebird works fairly well, but from time to time the database gets corrupted and I couldn't figure out yet (after many years of running) what's the reason. When this happens I run "gfix -mend -full -ignore", backup and restore the db and everything is fine until next problem in a week, or a month.

I never used PostgreSQL. Yesterday I installed it on my development machine and after few tests I saw that it's fairly easy to use.

Does anyone have experience with both, Firebird and PostgreSQL? Is PostgreSQL way better performing than Firebird? Is it worth the effort moving away from Firebird? Would I gain stability and increased performance?

Thanks.

В списке pgsql-general по дате отправления:

Предыдущее
От: Vitaly Burovoy
Дата:
Сообщение: Re: execute same query only one time?
Следующее
От: Josh berkus
Дата:
Сообщение: Re: PostgreSQL vs Firebird SQL