Efficient persistent data structures for relational database

后端 未结 3 1729
陌清茗
陌清茗 2020-12-30 09:54

I\'m looking for material on persistent data structures that can be used to implement a relational model.

Persistence in the meaning of immutable data structures.

3条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-30 10:37

    I have implemented such a data structure for BergDB (http://bergdb.com/) - a database with a data model that is a persistent data structure.

    I would suggest reading

    http://www.cs.cmu.edu/~sleator/papers/Persistence.htm

    It is the original work on how to create a persistant data structure based on an ordinary (ephemeral) one.

提交回复
热议问题