[
https://issues.apache.org/jira/browse/CASSANDRA-185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12730497#action_12730497
]
Jonathan Ellis commented on CASSANDRA-185:
------------------------------------------
for backwards compatibility on-disk, we'll need to limit the byte[] length to
64k
see e.g. http://java.sun.com/javase/6/docs/api/java/io/DataInput.html#readUTF()
> user-defined column ordering
> ----------------------------
>
> Key: CASSANDRA-185
> URL: https://issues.apache.org/jira/browse/CASSANDRA-185
> Project: Cassandra
> Issue Type: New Feature
> Reporter: Jonathan Ellis
>
> name ordering by ascii String order isn't general enough.
> we need to allow specifying a comparator class like we do (indirectly) for
> key ordering via the partitioner interface.
> per-CF would be best.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.