Database choice for large data volume?

后端 未结 6 2103
隐瞒了意图╮
隐瞒了意图╮ 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条回答
  •  情歌与酒
    2020-12-23 02:41

    The amount of data (200m records per year) is not really big and should go with any standard database engine.

    The case is yet easier if you do not need live reports on it. I'd mirror and preaggregate data on some other server in e.g. daily batch. Like S.Lott suggested, you might like to read up on data warehousing.

提交回复
热议问题