Firebird usage in big projects [closed]

2019-05-03 07:25发布

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
1条回答
姐就是有狂的资本
2楼-- · 2019-05-03 07:49

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 :)

查看更多
登录 后发表回答