Advanced partitioning #5
wernerzirkel
started this conversation in
Ideas
Replies: 1 comment
-
Hi @wernerzirkel, and thank you for the feedback! In Kusto, string indices are generally more detailed and efficient than numeric ones. Regardless, while there's no current support for partitioning on numeric columns, please feel free to submit this as a feature requests at https://aka.ms/adx.ideas. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
in the advanced partitioning, it is possible to use a certain column (e.g. device id) + a timestamp to define the partition key. As shown in the blog, device id is defined a string. From a database guy's perspective, it would be would be more natural to me to use integers here (can be internally tostring(device_id) of course).
Beta Was this translation helpful? Give feedback.
All reactions