What does an example MemSQL transaction log look like?
Is the timestamp of every transaction recorded? I.e., can I get the state of the database at any point in time?
Can I replay the transactions starting from any point in time, e.g., to show a historical video of taxis moving on a map?
What...