Skip to content

Does ordering of data matter for locality? #2616

Answered by Mytherin
SleepingPills asked this question in Q&A
Discussion options

You must be logged in to vote

Insertion order is preserved (i.e. data is inserted into the table in the order it is inserted). The timestamps would indeed be close to each other. The system does not yet take advantage of inherent sortedness, however, so window functions will always resort the data (even if it is already sorted). See #2548 for some more discussion on that.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@SleepingPills
Comment options

Answer selected by SleepingPills
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants