What abilites have firebird to use it in highloaded projects? Whats better PostgreSQL or FireBirdSQL? Any one know big projects which work with Firebird database and developed over it?
相关问题
- Firebird 2.5 exception handling within autonomous
- “The location of Firebird Client Library could not
- Get last month data from first day until last day
- How can I measure the amount of space taken by blo
- Firebird Error while trying to create file, Permis
相关文章
- How to execute transactions (or multiple sql queri
- How to configure Jaybird with hibernate
- Firebird 3 sysdba password stunning issue
- “Unable to complete network request” or “connectio
- What is the most efficient way to store measuremen
- Firebird: DBExpress or native components?
- Why does Firebird truncate decimal places when div
- How to input an array parameter of values to Fireb
Both Firebird and PostgreSQL are good choices. I think 'better' is highly subjective and not easy to answer for such a broad and unspecific question. The case-studies on firebirdsql.org lists some projects that might be of interest to you.
It is however important to keep in mind that performance in general depends largely on the way your system interacts with the database, transaction management (and transaction configuration), underlying server etc.
Full disclosure: I am a developer of the Firebird JDBC driver, so I may be biased :)