- 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 if for every taxi, I want to show a path of dots (location updates) over a time range? Is that possible if I only store the current location of each taxi?
- For exporting data, is there a script that can programmatically convert a MemSQL transaction log into an AMPS transaction log?
أكثر...