Database choice for large data volume?

后端 未结 6 2101
隐瞒了意图╮
隐瞒了意图╮ 2020-12-23 02:20

I\'m about to start a new project which should have a rather large database.

The number of tables will not be large (<15), majority of data (99%) will be contain

6条回答
  •  梦毁少年i
    2020-12-23 02:46

    We use Firebird for a really huge database (keeping data for more than 30 years now) and it scales very well.

    The best about it is that you have properties to configure, but unlike i.e. Oracle you install it and it works very well without the need to start configuring before you can use it.

提交回复
热议问题