[
https://issues.apache.org/jira/browse/CASSANDRA-296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12731157#action_12731157
]
Jonathan Ellis commented on CASSANDRA-296:
------------------------------------------
> isn't it /most/ likely that the byte[]s are UTF-8 and we can optimize for
> that case?
definitely not -- what are currently time sorted columns are going to become
columns with either Long or UUID names.
> remove CQL
> ----------
>
> Key: CASSANDRA-296
> URL: https://issues.apache.org/jira/browse/CASSANDRA-296
> Project: Cassandra
> Issue Type: Improvement
> Reporter: Jonathan Ellis
> Assignee: Eric Evans
>
> I don't see a way to support binary column names in CQL once CASSANDRA-185
> and CASSANDRA-240 are done. You could do awful things like JDBC does for
> blob support but for the CLI that seems like the cure is worse than the
> disease.
> The obvious solution to me is to get rid of CQL.
> (This conflicts with CASSANDRA-289 -- we do want _some_ way to query the db
> from the cli.)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.