user3774905
user3774905

Reputation: 178

Having All solr node in cassandra. DSE4.5

My requirment is:

I am getting very high freq of data and need to populate that data into tables and read from solr .

So my question is Can i create all node with Solr in DSE4.5 ?Is there any drawback of it where i have all solr nodes.

Thanks

Upvotes: 1

Views: 70

Answers (1)

Jack Krupansky
Jack Krupansky

Reputation: 1021

The only drawback to having all data centers being Solr-enabled is that you have to workload isolation for pure Cassandra queries, but if all/most of your queries are Solr, that's fine.

You might consider having multiple Solr data centers for workload isolation if you have diffeent categories of queries, some that are shorter and faster and others that are more complex and slower.

Upvotes: 1

Related Questions