marketstore
marketstore copied to clipboard
Why we remove the "Nanoseconds" for variable records in writer.go?
@umitanuki Usually we use variable length to persist data like Limit Order Book, which precise to at least milliseconds. After remove the Nanoseconds field, how we can store & query use this part of timestamp?
@xmurobi not sure I can understand your question exactly but take a look at #325. I go through the source code explaining what's going on.