[jira] [Commented] (CASSANDRA-3069) multiget support in CQL (UNION / OR)

2015-04-24 Thread Tyler Hobbs (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-3069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14511966#comment-14511966
 ] 

Tyler Hobbs commented on CASSANDRA-3069:


The per-partition limit in CASSANDRA-7017 would support this type of query.

 multiget support in CQL (UNION / OR)
 

 Key: CASSANDRA-3069
 URL: https://issues.apache.org/jira/browse/CASSANDRA-3069
 Project: Cassandra
  Issue Type: New Feature
  Components: API, Core
Reporter: Jonathan Ellis
Priority: Minor
 Attachments: CASSANDRA-3069.patch






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-3069) multiget support in CQL (UNION / OR)

2015-04-24 Thread Cristian Manuel Vertiz Fernandez (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-3069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14511598#comment-14511598
 ] 

Cristian Manuel Vertiz Fernandez commented on CASSANDRA-3069:
-

I know that UNION won't be efficient but what if I need to query something like 
this (you know sometimes it's necessary):

SELECT * FROM columnFamily where id = 24398 LIMIT 1
UNION
SELECT * FROM columnFamily where id = 24399 LIMIT 1
UNION
SELECT * FROM columnFamily where id = 24399 LIMIT 1

columnFamily
 id| time   
   | value  
24398 | 2015-04-24 10:41:26SA Western Standard Time |   
   Stockroom 
24398 | 2015-04-24 10:41:59SA Western Standard Time |   
  Salesfloor 
24399 | 2015-04-24 10:41:43SA Western Standard Time |
38.04685048658663;43.94922140324821;0.0 
24399 | 2015-04-24 10:41:44SA Western Standard Time |
38.58093827425737;43.81361859931893;0.0 
24400 | 2015-04-24 11:37:18SA Western Standard Time |  
-118.44390360502912;34.04828359327367;0.0 
24400 | 2015-04-24 11:37:19SA Western Standard Time |  
-118.44390210073725;34.04828341017305;0.0 

ie extract the top n rows for each id

 multiget support in CQL (UNION / OR)
 

 Key: CASSANDRA-3069
 URL: https://issues.apache.org/jira/browse/CASSANDRA-3069
 Project: Cassandra
  Issue Type: New Feature
  Components: API, Core
Reporter: Jonathan Ellis
Priority: Minor
 Attachments: CASSANDRA-3069.patch






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CASSANDRA-3069) multiget support in CQL (UNION / OR)

2011-11-04 Thread Jonathan Ellis (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-3069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13144157#comment-13144157
 ] 

Jonathan Ellis commented on CASSANDRA-3069:
---

We added IN support back in CASSANDRA-2553.  Not sure now what the thinking was 
here as to why we'd also want UNION...

Should we close this as wontfix?

 multiget support in CQL (UNION / OR)
 

 Key: CASSANDRA-3069
 URL: https://issues.apache.org/jira/browse/CASSANDRA-3069
 Project: Cassandra
  Issue Type: New Feature
  Components: API, Core
Reporter: Jonathan Ellis
Assignee: Pavel Yaskevich
Priority: Minor
 Fix For: 1.0.3

 Attachments: CASSANDRA-3069.patch




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (CASSANDRA-3069) multiget support in CQL (UNION / OR)

2011-11-04 Thread Pavel Yaskevich (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-3069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13144175#comment-13144175
 ] 

Pavel Yaskevich commented on CASSANDRA-3069:


I think this was somehow related to discussion on compaund columns, we probably 
should close this as wontfix because I also don't remember why we wanted that...

 multiget support in CQL (UNION / OR)
 

 Key: CASSANDRA-3069
 URL: https://issues.apache.org/jira/browse/CASSANDRA-3069
 Project: Cassandra
  Issue Type: New Feature
  Components: API, Core
Reporter: Jonathan Ellis
Assignee: Pavel Yaskevich
Priority: Minor
 Fix For: 1.0.3

 Attachments: CASSANDRA-3069.patch




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (CASSANDRA-3069) multiget support in CQL (UNION / OR)

2011-11-04 Thread Pavel Yaskevich (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-3069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13144194#comment-13144194
 ] 

Pavel Yaskevich commented on CASSANDRA-3069:


+1 especiqlly because UNION won't be efficient.

 multiget support in CQL (UNION / OR)
 

 Key: CASSANDRA-3069
 URL: https://issues.apache.org/jira/browse/CASSANDRA-3069
 Project: Cassandra
  Issue Type: New Feature
  Components: API, Core
Reporter: Jonathan Ellis
Priority: Minor
 Attachments: CASSANDRA-3069.patch




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (CASSANDRA-3069) multiget support in CQL (UNION / OR)

2011-10-14 Thread Jonathan Ellis (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-3069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13128048#comment-13128048
 ] 

Jonathan Ellis commented on CASSANDRA-3069:
---

Pavel, do you remember which ticket it was where we decided that full OR 
support was too messy?

 multiget support in CQL (UNION / OR)
 

 Key: CASSANDRA-3069
 URL: https://issues.apache.org/jira/browse/CASSANDRA-3069
 Project: Cassandra
  Issue Type: New Feature
  Components: API, Core
Reporter: Jonathan Ellis
Assignee: Pavel Yaskevich
Priority: Minor
 Fix For: 1.0.1

 Attachments: CASSANDRA-3069.patch




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira