Comments
Sort by recent activity
Voted.
The lack of this feature makes merge conflict resolution extremely difficult and error prone. The presence of a primary key is already enforced in order to source control the data in the first place and, since in most cases primary keys are also the clustering key, adding an order by should have minimal impact on performance when retrieving the data.
To circumvent the lack of this feature, we have resorted to manually ordering the data files before committing them. / comments
Voted.
The lack of this feature makes merge conflict resolution extremely difficult and error prone. The presence of a primary key is already enforced in order to source control the data in the fir...