Branimir Lambov last 1 month


 3 Collaborator
Štefan Miklošovič , Sylvain Lebresne , Dmitry Konstantinov

 2 Patch  1 Review
54e46880690bd5effb31116986292c1bdc9e891e, 3078aea1cfc70092a185bab8ac5dc8a35627330f d0c984fa32b81f3fe8058daf0fac2a3081775c9b

3078aea1cfc70092a185bab8ac5dc8a35627330f | Author: Branimir Lambov <branimir.lambov@datastax.com>
 | 2024-11-19 12:41:41+02:00

    Introduce SSTableSimpleScanner for compaction
    
    This removes the usage of index files during compaction and simplifies
    and improves the performance of compaction.
    
    patch by Branimir Lambov; reviewed by Sylvain Lebresne for CASSANDRA-20092

54e46880690bd5effb31116986292c1bdc9e891e | Author: Branimir Lambov <branimir.lambov@datastax.com>
 | 2024-11-14 18:10:01+02:00

    Parallelized UCS compactions
    
    patch by Branimir Lambov, reviewed by Sylvain Lebresne for CASSANDRA-18802

d0c984fa32b81f3fe8058daf0fac2a3081775c9b | Author: Dmitry Konstantinov <netudima@gmail.com>
 | 2024-11-12 14:11:27+00:00

    Change the resolution of AbstractCommitLogService#lastSyncedAt to nanos to be aligned with later comparisons
    
    patch by Dmitry Konstantinov; reviewed by Branimir Lambov, Stefan Miklosovic for CASSANDRA-20074