SOLR Config on Dev Center

2019-09-25 Thread kumar bharath
Hi All, We are having a 6 node cluster with two data centers(DSE 5.1 Cassandra).One of the data centers is SOLR enabled. Do I need to explicitly add the SOLR Search node in Dev-Center to perform SOLR Queries.? Thanks for you response in advance. Regards, Bharath Kumar B

Data Inconsistencies - Tables Vs Materialized Views.

2019-05-14 Thread kumar bharath
Hi All, I have an use case wherein we created two materialized views on top a column family in Cassandra. We are facing data inconsistencies between base table and materialized views created on top of it. Example: Deleted a record in base table about a month ago., Materialized view are still sh

Adding New Column with Default Value

2019-03-13 Thread kumar bharath
Hi , Can anyone suggest a best possible way, how we can add a new column to the existing table with default value ? *Column family Size :* 60 Million single partition records. Thanks, Bharath Kumar B

Re: Insert constant value for all the rows for a given column

2019-02-27 Thread kumar bharath
Kenneth, I didn't see any such option for adding a default value on a column. Thanks, Bharath Kumar B On Wed, Feb 27, 2019 at 4:25 PM Kenneth Brotman wrote: > How about using a default value on the column? > > > > *From:* Kenneth Brotman [mailto:kenbrot...@yahoo.com.INVALID] > *Sent:* Wednesd

Fwd: Removing Extra Spaces and Row counts while using Capture Command

2018-08-13 Thread kumar bharath
Hi All, I am using Cassandra Capture Command to perform a select query operation to write data from a column family into JSON format file for further processing. I am able to do that successfully, but I am seeing extra spaces and row count values after every few records. please suggest a to get

Removing Extra Spaces and Row counts while using Capture Command

2018-08-10 Thread kumar bharath
Hi All, I am using Cassandra Capture Command to perform a select query operation to write data from a column family into JSON format file for further processing. I am able to do that successfully, but I am seeing extra spaces and row count values after every few records. please suggest a to get r