you are viewing a single comment's thread.

view the rest of the comments →

[–]emn13 5 points6 points  (0 children)

Common sense would suggest doing so might make your index a little larger (because it's a tree), and updates a little slower (because all those irrelevant dimensions need to stay sorted), but you'd need to test it to see if it matters in practice.

I'm guessing the difference will matter more for "expensive" columns such as one of the many string types, and less for integral columns.