Database structure for storing historical data

后端 未结 7 973
夕颜
夕颜 2020-12-13 05:48

Preface: I was thinking the other day about a new database structure for a new application and realized that we needed a way to store historical data in an efficient way. I

7条回答
  •  抹茶落季
    2020-12-13 06:18

    If you are genuinely interested in such problems, I can only suggest you take a serious look at "Temporal Data and the Relational Model".

    Warning1 : there is no SQL in there and almost anything you think you know about the relational model will be claimed a falsehood. With good reason.

    Warning2 : you are expected to think, and think hard.

    Warning3 : the book is about what the solution for this particular family of problems ought to look like, but as the introduction says, it is not about any technology available today.

    That said, the book is genuine enlightenment. At the very least, it helps to make it clear that the solution for such problems will not be found in SQl as it stands today, or in ORMs as those stand today, for that matter.

提交回复
热议问题