Tagged Questions

1
vote
1answer
176 views

Table design for spatio-temporal data

I am interested in best practices for designing relational DB tables for holding spatio-temporal data. Specifically data that will be kept in such tables are custom geometries that have certain ...
1
vote
2answers
208 views

Versioned and indexed data store

I have a requirement to store all versions of an entity in a easily indexed way and was wondering if anyone has input on what system to use. Without versioning the system is simply a relational ...