|
|
|
|
|
by jeroiraz
1858 days ago
|
|
temporal features provided in immudb allows query (and subquery) resolution based on older states of the database.
So for instance, it can be thought as retrieving the documents on its current state in a given time range.
Querying the history of changes of a given key or document is slightly different and it's also covered with history operation in immudb. |
|
In the examples shown in the AWS docs, the results of a historical query are not changes made to the document, but the fully resolved state of a document at the requested timestamp (or within the timestamp range). Like other threads on this page mention, this is an unusual but not uncommon DB feature these days.