Searching temporal data
- by user321299
I developing an application (in C#) where objects are active under a period of time, they have from and to properties of DateTime-type. Now I want to speed up my search routine for queries like: Are there other active objects in this timeperiod/at this time.
Is there any existing temporal index I can use or can I use QuadTree/other tree-structures to search in an efficient way.