Re: Querying with SAI indexes

2024-08-13 Thread Caleb Rackliffe
The short answer is that the OR and IN (which is basically OR under the hood) operators are not supported yet in 5.0. See https://issues.apache.org/jira/browse/CASSANDRA-19829 > On Aug 13, 2024, at 3:51 AM, Soheil Rahsaz wrote: > >  > Hello, > > I'm experimenting with SAI indexes and followi

Re: Cassandra 5.0 Beta1 - vector searching results

2024-03-27 Thread Caleb Rackliffe
ve to only have one database! > > I'll look into how to do profiling - the terms you use are things I'm not > familiar with, but I've got chatGPT and google... :) > > -Joe > On 3/21/2024 10:51 PM, Caleb Rackliffe wrote: > > To expand on Jonathan’s response, th

Re: Cassandra 5.0 Beta1 - vector searching results

2024-03-21 Thread Caleb Rackliffe
To expand on Jonathan’s response, the best way to get SAI to perform on the read side is to use it as a tool for large-partition search. In other words, if you can model your data such that your queries will be restricted to a single partition, two things will happen…1.) With all queries (not just

Re: Token Ring Gaps in a 2 DC Setup

2012-03-23 Thread Caleb Rackliffe
Yup, all repairs are complete. I'm reading at a CL of ONE pretty much everywhere. Caleb Rackliffe | Software Developer M 949.981.0159 | ca...@steelhouse.com [cid:47487E9A-F738-4BAE-9A15-E6824E9D1834] From: aaron morton mailto:aa...@thelastpickle.com>> Reply-To: "user@cass

Re: repair broke TTL based expiration

2012-03-19 Thread Caleb Rackliffe
andra checks for TTL expirations. Does it happen at compaction time? Some other time? Caleb Rackliffe | Software Developer M 949.981.0159 | ca...@steelhouse.com [cid:C02073B9-9A8A-49FE-89BE-9AC4419A3D3C] From: "i...@4friends.od.ua<mailto:i...@4friends.od.ua>" mailto:i...@4fri

Re: Token Ring Gaps in a 2 DC Setup

2012-03-19 Thread Caleb Rackliffe
eived certain mutations?) I ended up turning RR off entirely, since I've got HH in place to handle short-duration failures :) Caleb Rackliffe | Software Developer M 949.981.0159 | ca...@steelhouse.com [cid:CA735F54-7FB9-4D56-8DD6-944F62768556] From: aaron morton mailto:aa...@thelastpickle.c

Re: consistency level question

2012-03-18 Thread Caleb Rackliffe
That sounds right to me :) Caleb Rackliffe | Software Developer M 949.981.0159 | ca...@steelhouse.com [cid:8E620335-844B-4EFF-ACAB-3D4439A3B4B6] From: Tamar Fraenkel mailto:ta...@tok-media.com>> Reply-To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org&

Re: Token Ring Gaps in a 2 DC Setup

2012-03-18 Thread Caleb Rackliffe
More detail… I'm running 1.0.7 on these boxes, and the keyspace readout from the CLI looks like this: create keyspace Users with placement_strategy = 'NetworkTopologyStrategy' and strategy_options = {DC2 : 1, DC1 : 2} and durable_writes = true; Thanks! Caleb Rackl

Re: consistency level question

2012-03-18 Thread Caleb Rackliffe
ork with a compromised cluster, etc. I guess I'm wondering why your replication factor is set to 1… Caleb Rackliffe | Software Developer M 949.981.0159 | ca...@steelhouse.com [cid:3CCB142F-1DF5-423E-BF0E-4D8F3F31E15B] From: Tamar Fraenkel mailto:ta...@tok-media.com>> Reply-To: "user@cassan

Token Ring Gaps in a 2 DC Setup

2012-03-18 Thread Caleb Rackliffe
tead of 20%. Does anybody have any suggestions as to what might be going on? I've run nodetool getendpoints against a bunch of keys, and I always get back three nodes, so I'm pretty confused. I've also run repair on a few nodes in both data centers, but the sizes are still vast

Re: Lots and Lots of CompactionReducer Threads

2012-01-08 Thread Caleb Rackliffe
After some searching, I think I may have found something in the code itself, and so I've filed a big report - https://issues.apache.org/jira/browse/CASSANDRA-3711 Caleb Rackliffe | Software Developer M 949.981.0159 | ca...@steelhouse.com From: Caleb Rackliffe mailto:ca...@steelhous

Re: Lots and Lots of CompactionReducer Threads

2012-01-08 Thread Caleb Rackliffe
x27;t we just create a pool with Runtime.availableProcessors() Threads and be done with it? Let me know if I left any info out. Thanks! Caleb Rackliffe | Software Developer M 949.981.0159 | ca...@steelhouse.com From: aaron morton mailto:aa...@thelastpickle.com>> Reply-To: "user@c

Lots and Lots of CompactionReducer Threads

2012-01-07 Thread Caleb Rackliffe
threshold, low compaction T/P limit, and heavy write load doesn't mean those threads are hanging around because they're actually not done doing their compaction tasks. Thanks, Caleb Rackliffe | Software Developer M 949.981.0159 | ca...@steelhouse.com

Re: OutOfMemory Errors with Cassandra 1.0.5 (fixed)

2012-01-06 Thread Caleb Rackliffe
Okay, it looks like I was slightly underestimating the number of connections open on the cluster. This probably won't be a problem after I tighten up the Hector pool maximums. Sorry for the spam… Caleb Rackliffe | Software Developer M 949.981.0159 | ca...@steelhouse.com From:

Re: OutOfMemory Errors with Cassandra 1.0.5

2012-01-06 Thread Caleb Rackliffe
I saw this article - http://comments.gmane.org/gmane.comp.db.cassandra.user/2225 I'm using the Hector client (for connection pooling), with ~3200 threads active according to JConsole. Caleb Rackliffe | Software Developer M 949.981.0159 | ca...@steelhouse.com From: Caleb Rackliffe mail

Re: OutOfMemory Errors with Cassandra 1.0.5

2012-01-06 Thread Caleb Rackliffe
One other item… java –version java version "1.7.0_01" Java(TM) SE Runtime Environment (build 1.7.0_01-b08) Java HotSpot(TM) 64-Bit Server VM (build 21.1-b02, mixed mode) Caleb Rackliffe | Software Developer M 949.981.0159 | ca...@steelhouse.com From: Caleb Rackliffe

OutOfMemory Errors with Cassandra 1.0.5

2012-01-06 Thread Caleb Rackliffe
concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) Has anybody seen this sort of problem before? Thanks to anyone who takes a look. I can provide mo

Memtable live ratio of infinity

2011-12-15 Thread Caleb Rackliffe
emtable is huge. Either way, the following line in Memtable looks a bit weird: double newRatio = (double) deepSize / currentThroughput.get(); Has anyone seen this warning before? Caleb Rackliffe | Software Developer M 949.981.0159 | ca...@steelhouse.com [cid:835561CC-8141-473C-B2D5-344B8D34B499] <>

Cannot Start Cassandra 1.0.5 with JNA on the CLASSPATH

2011-12-11 Thread Caleb Rackliffe
e entries in my limits.conf for JNA: rootsoftmemlock unlimited roothardmemlock unlimited Has anyone else seen this behavior? Thanks, Caleb Rackliffe | Software Developer M 949.981.0159 | ca...@steelhouse.com [cid:51C98683-7807-40ED-992A-1FBF168FE2BD] <>

Causes of a High Memtable Live Ratio

2011-11-19 Thread Caleb Rackliffe
Today, while bulk loading some data, I got the following message: WARN [pool-1-thread-1] 2011-11-18 21:08:57,331 Memtable.java (line 172) setting live ratio to maximum of 64 instead of 78.87903667214012 Should I be worried? If so, does anybody have any suggestions for how to address it? Thank

Re: super sub slice query?

2011-10-27 Thread Caleb Rackliffe
lt> rsult = rangeSlicesQuery.execute(); …but no luck with the additional dimension. Caleb Rackliffe | Software Developer M 949.981.0159 | ca...@steelhouse.com From: Guy Incognito mailto:dnd1...@gmail.com>> Reply-To: "user@cassandra.apache.org<mailto:user@cassandra.apac

Reading Last Values From a SuperColumn

2011-10-26 Thread Caleb Rackliffe
t(), StringSerializer.get()); rangeSlicesQuery.setColumnFamily("Attributes"); rangeSlicesQuery.setKeys("id0", "id0"); rangeSlicesQuery.setRange("", "", true, 1); QueryResult> rsult = rangeSlicesQuery.execute(); …but no luck with the addi