Datomic is Free
381–390 of 436 posts
Re: Datomic is Free
#382Re: Datomic is Free
#383Re: Datomic is Free
#384Re: Datomic is Free
#385Re: Datomic is Free
#386Re: Datomic is Free
#387Re: Datomic is Free
#388Re: Datomic is Free
#389Earlier quoted context omitted.
We implemented it in Postgres with 'created_at' and 'deleted_at' columns on everything and filtering to make sure that the object 'exists' at the time the query is concerned with. Changes in relationships between objects are modeled as join tables with a boolean indicating whether the relationship is made or broken and at what time. Our data model is not large and we had a very complete test suite already, so it was…
Yeah, it seems you could be able to substitute thoughtful schema design avoiding updates/deletes for time-travel as a feature. I wonder if anyone has made a collection of reference examples implemented this way (and in general think that a substantial compendium good examples of DB schema and thinking behind them could be worthwhile).
It is available as PDF on his publications page: