CollationController not using collectTimeOrderedData

2015-02-24 Thread Michael Mior
would be incredibly helpful! Cheers, -- Michael Mior michael.m...@gmail.com

Re: CollationController not using collectTimeOrderedData

2015-02-24 Thread Michael Mior
Thanks Robert! https://issues.apache.org/jira/browse/CASSANDRA-8859 2015-02-24 14:06 GMT-05:00 Robert Coli rc...@eventbrite.com: On Tue, Feb 24, 2015 at 10:58 AM, Michael Mior michael.m...@gmail.com wrote: I'd appreciate some help with a Cassandra 2.1.2 issue I'm experiencing. I'm running

Re: Usage volume of older versions of Cassandra

2015-12-15 Thread Michael Mior
I assume you mean Cassandra 0.7, 0.8, and 1.0? I think most users are on 2.x now, but I don't have any stats. -- Michael Mior michael.m...@gmail.com 2015-12-15 9:28 GMT-05:00 Andy Kruth <krut...@gmail.com>: > We are trying to decide how to proceed with development and support of > Y

Re: MATERIALIZED VIEW difference in 3.0.3 to 3.0.7/3.7

2016-06-21 Thread Michael Mior
This appears to be a bug introduced in some refactoring of the materialized view code. I logged CASSANDRA-12044 for this. https://issues.apache.org/jira/browse/CASSANDRA-12044 -- Michael Mior michael.m...@gmail.com 2016-06-21 7:32 GMT-04:00 Atul Saroha <atul.sar...@snapdeal.

Re: MATERIALIZED VIEW difference in 3.0.3 to 3.0.7/3.7

2016-06-21 Thread Michael Mior
It turns out this behaviour was not intended to be allowed and constructing MVs like this can lead to issues. See https://issues.apache.org/jira/browse/CASSANDRA-9928 -- Michael Mior michael.m...@gmail.com 2016-06-21 7:32 GMT-04:00 Atul Saroha <atul.sar...@snapdeal.com>: > There is be

Cassandra Calcite integration

2016-02-22 Thread Michael Mior
-cassandra-adapter/ Cheers, -- Michael Mior mm...@uwaterloo.ca

Re: Apache Cassandra's license terms

2016-03-20 Thread Michael Mior
Cassandra is under the Apache license ( https://www.apache.org/licenses/LICENSE-2.0). IANAL, but I don't believe you are required contribute your changes. Of course, that's always appreciated by the community :) https://tldrlegal.com/license/apache-license-2.0-(apache-2.0) -- Michael Mior

Re: Disable writing to debug.log

2016-03-01 Thread Michael Mior
There are instructions given /etc/cassandra/logback.xml Looking later in the file, you'll see the following: 1024 0 true Commenting out this section will disable writing to debug.log. -- Michael Mior mm...@uwaterloo.ca 2016-03-01 10:43 GMT-05:00 Rakesh Kumar

Re: cassandra schema initialization in docker

2016-09-01 Thread Michael Mior
You should just be able to connect to the Cassandra instance and execute CQL as you would against any other Cassandra installation. Any applications wishing to use the Cassandra instance inside the container will require the port to be exposed somehow anyway. -- Michael Mior michael.m

Re: cassandra schema initialization in docker

2016-09-01 Thread Michael Mior
I'm not sure I understand what you're trying to do. Do you want this to be executed once when the container is built or every time the container is started? -- Michael Mior michael.m...@gmail.com 2016-09-01 13:57 GMT-04:00 Vova Shelgunov <vvs...@gmail.com>: > Sorry, I did not specif

Re: cassandra schema initialization in docker

2016-09-01 Thread Michael Mior
has finished starting. -- Michael Mior michael.m...@gmail.com 2016-09-01 14:45 GMT-04:00 Vova Shelgunov <vvs...@gmail.com>: > I accept both cases. Second will work because I use create if not exists. > > 2016-09-01 21:02 GMT+03:00 Michael Mior <mm...@uwaterloo.ca>: > >

Re: Doing an upsert into a collection?

2016-10-25 Thread Michael Mior
You could do this with a map instead of a list. *CREATE TABLE movie (* * id text,* * name text,* * ratings map<text, int>,* * PRIMARY KEY ( id )* *);* *UPDATE movie SET ratings['bob'] = 5 WHERE id = 'terminator 3';* -- Michael Mior michael.m...@gmail.com 2016-10-24 18:16 GMT-04:00 Ali

Re: NoSE: Automated schema design for Cassandra

2017-05-11 Thread Michael Mior
definitely be possible however to add automated generation of test data in the future. Cheers, -- Michael Mior mm...@uwaterloo.ca 2017-05-10 3:55 GMT-04:00 Jacques-Henri Berthemet < jacques-henri.berthe...@genesys.com>: > Hi, > > > > This is interesting, I’d just advise to put f

NoSE: Automated schema design for Cassandra

2017-05-09 Thread Michael Mior
/projects/nose/ If you're interested in trying it out, don't hesitate to reach out and I'm happy to help! Cheers, -- Michael Mior mm...@uwaterloo.ca

Re: Reg:- Cassandra Data modelling for Search

2017-06-12 Thread Michael Mior
For queries 1-5 this seems like a potentially good use case for materialized views. Create one table with the videos stored by ID and the materialized views for each of the queries. -- Michael Mior mm...@apache.org 2017-06-11 22:40 GMT-04:00 @Nandan@ <nandanpriyadarshi...@gmail.com>:

Re: Question about materialized view

2017-06-26 Thread Michael Mior
This is handled by updateAffectsView in org.apache.cassandra.db.view.View. It will scan over each row to be updated in the base table and see that the column is not included in the view definition and skip the update. -- Michael Mior mm...@apache.org 2017-06-21 2:41 GMT-04:00 web master

Re: Slender Cassandra Cluster Project

2018-01-31 Thread Michael Mior
While whatever format this comes out in would be helpful, you might want to consider Terraform. 1Password recently published a blog post on their experience with Terraform vs. CloudFormation. https://blog.agilebits.com/2018/01/25/terraforming-1password/ -- Michael Mior mm...@apache.org 2018-01