-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Composite Columns Key Retrieval #19
Comments
Could you post a cf schema that your looking to query just to make sure i totally understand the request? Thanks |
Let's suppose i want to retrieve a row with this key: RowKey: 2009-04-19 22:40:25-0900:smtp.usma.bluenet.:10.1.60.25:A:167853061:667da0075b5a14c65eff0b25308cf072 The row key is made from multiple columns (date, query, answer, type, dst_ip, checksum) CREATE COLUMN FAMILY dns WITH comparator = 'UTF8Type' As described, how would i fetch an specific row using perlcassa? |
honestly, I never thought of using a CompositeType in a key. I assume your just doing that to validate your input for the key name? Should be pretty easy for me to add in though. |
It would be AWESOME if you can add support for it :) |
@mkjellman Do you still plan to implement this, and if so, any idea when you might get to it? |
@dmcnelis apologies on the delay. i'll try to get something committed into trunk todayish |
Awesomeness! |
Hi ... this would be great..can you also add support for row key as long data type ..i have also added my issue separately |
Is there any way to retrieve rows with a CompositeType as key on perlcassa? I have not seen that use case on the examples yet.
The text was updated successfully, but these errors were encountered: