Commit Graph

12 Commits

Author SHA1 Message Date
Branimir Lambov 2cc26eba7a Clarify ClusteringPrefix hierarchy
Patch by Branimir Lambov; reviewed by Sylvain Lebresne for CASSANDRA-11213
2016-04-28 14:32:36 +02:00
Benedict Elliott Smith 4fb559b58a 9986: Remove SliceableUnfilteredRowIterator
Unifies more read path access paths onto Slices, by constructing a Slices object
for all ClusteringIndexFilter that would have previously sliced the iterator themselves.
All iterators now accept a Slices object, and iterate over its contents as necessary.
2016-01-25 10:52:04 +00:00
Stefania Alborghetti 557bbbccb0 Abort in-progress queries that time out
patch by Stefania; reviewed by aweisberg for CASSANDRA-7392
2015-10-07 10:28:37 +02:00
Benedict Elliott Smith 649a106c39 Migrate all size serialization to unsigned vint encoded
Unsigned vint encoding is more efficient in both CPU and disk burden,
so this patch employs it wherever sensible.

patch by benedict; reviewed by sylvain for CASSANDRA-10351
2015-09-16 13:16:47 +01:00
blerer 2e3727e3ff Allow range deletions in CQL
patch by Benjamin Lerer; reviewed by Joshua McKenzie for CASSANDRA-6237
2015-09-04 21:10:29 +02:00
Blake Eggleston 9658ee9fac Fix some tests failure for CASSANDRA-9704 upgrade tests
patch by bdeggleston; reviewed by slebresne for CASSANDRA-9893
2015-09-04 17:05:21 +02:00
Aleksey Yeschenko 2fea59d5e3 Revert "Revert "Expand use of vints""
This reverts commit 59a28615c4.
2015-07-29 20:09:56 +03:00
Jonathan Ellis 59a28615c4 Revert "Expand use of vints"
This reverts commit a59be2693e.
2015-07-28 12:31:56 -05:00
Sylvain Lebresne a59be2693e Expand use of vints
patch by Sylvain Lebresne; reviewed by Aleksey Yeschenko for
CASSANDRA-9801
2015-07-28 17:17:52 +03:00
Sylvain Lebresne 2457599427 Simplify some 8099's implementations
patch by slebresne; reviewed by iamalesky for CASSANDRA-9705
2015-07-22 18:05:09 +02:00
Ariel Weisberg 03f72acd54 Switch to DataInputPlus
patch by ariel; reviewed by benedict for CASSANDRA-9499
2015-07-02 09:39:58 +01:00
Sylvain Lebresne a991b64811 Storage engine refactor, a.k.a CASSANDRA-8099
Initial patch, see ticket for details
2015-06-30 12:47:01 +02:00