#185 changed all timestamps from Milliseconds to Microseconds as it is the only time unit supported by delta-rs due to the current definition of the Delta Transaction Protocol. Thus, the implementation of Gorilla used for compressing timestamps should be optimized for Microseconds or replaced with a compression method that works better for Microseconds timestamps.
#185 changed all timestamps from Milliseconds to Microseconds as it is the only time unit supported by delta-rs due to the current definition of the Delta Transaction Protocol. Thus, the implementation of Gorilla used for compressing timestamps should be optimized for Microseconds or replaced with a compression method that works better for Microseconds timestamps.