Re: [EXTERNAL] full text search on some text columns

2018-08-01 Thread Octavian Rinciog
t;. > > This email has been sent on behalf of Instaclustr Pty. Limited (Australia) > and Instaclustr Inc (USA). > > This email and any attachments may contain confidential and legally > privileged information. If you are not the intended recipient, do not copy > or disclose its content, but please reply to this email immediately and > highlight the error to the sender and then immediately delete the message. > > -- Octavian Rinciog

Re: High read rate on hard-disk

2018-01-18 Thread Octavian Rinciog
> C*heers, > --- > Alain Rodriguez - @arodream - al...@thelastpickle.com > France / Spain > > The Last Pickle - Apache Cassandra Consulting > http://www.thelastpickle.com > > 2018-01-17 17:40 GMT+00:00 Octavian Rinciog <octavian.rinc...@gmail.com&g

Re: Best compaction strategy for counters tables

2018-01-18 Thread Octavian Rinciog
--- > Alain Rodriguez - @arodream - al...@thelastpickle.com > France / Spain > > The Last Pickle - Apache Cassandra Consulting > http://www.thelastpickle.com > > 2018-01-17 16:14 GMT+00:00 Octavian Rinciog <octavian.rinc...@gmail.com>: >> >> Hel

High read rate on hard-disk

2018-01-17 Thread Octavian Rinciog
pdate, a lock is obtained[1] Thank you, [1]https://apache.googlesource.com/cassandra/+/refs/heads/trunk/src/java/org/apache/cassandra/db/CounterMutation.java#121 -- Octavian Rinciog - To unsubscribe, e-mail:

Best compaction strategy for counters tables

2018-01-17 Thread Octavian Rinciog
WRITE rate, given by iostat is 100:1. Counter cache hit rate is 80%, so only for 20% UPDATE requests, the hard-disk is touched. I want to ask you which compation strategy is best for this table (SizeTieredCompactionStrategy or LeveledCompactionStrategy). Thank you, -- Octavian Rinciog

Re: Cassandra open port native_transport_port after a random time

2017-11-11 Thread Octavian Rinciog
. Pe 11 nov. 2017 01:54, "Jeff Jirsa" <jji...@gmail.com> a scris: > I wouldn't expect a 128MB counter cache to take an hour to load. You've > got some GC pressure (with quite a few ~500ms pauses during startup), but > it still seems odd. > > > On Fri, Nov 10,

Cassandra open port native_transport_port after a random time

2017-11-10 Thread Octavian Rinciog
(it just hangs) - nodetool compactionstats: 0 pending tasks - nodetool netstats: Mode: STARTING. Not sending any streams. - nodetool info: Gossip active : true Thrift active : false Native Transport active: false Thank you. -- Octavian Rinciog