From 3dfd38c8837c513cb3a5eff576cf3590046bd31e Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Tue, 3 Sep 2024 19:40:54 +0200 Subject: oplog index snapshots (#140) - Feature: Added project store oplog index snapshots for faster opening of oplog - opening oplogs are roughly 10x faster --- src/zenstore/include/zenstore/caslog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/zenstore/include') diff --git a/src/zenstore/include/zenstore/caslog.h b/src/zenstore/include/zenstore/caslog.h index d8c3f22f3..edb4f8d9b 100644 --- a/src/zenstore/include/zenstore/caslog.h +++ b/src/zenstore/include/zenstore/caslog.h @@ -26,8 +26,8 @@ public: void Replay(std::function&& Handler, uint64_t SkipEntryCount); void Flush(); void Close(); - uint64_t GetLogSize(); - uint64_t GetLogCount(); + uint64_t GetLogSize() const; + uint64_t GetLogCount() const; private: struct FileHeader -- cgit v1.2.3