[In Progress] Composite Key Public API's #181
Open
harish876 wants to merge 48 commits into
Open
Conversation
MemLens - V1 project commits
…te metrics return type
Merging most recent changes from upstream
…ey functionality in KVExecutor
…strings instead of a single string
…ix methods in Storage classes - Introduced GetByPrefix method in both ResLevelDB and MemoryDB to retrieve values based on a prefix. - Enhanced KVExecutor to support composite key creation and retrieval, including methods for creating and querying composite keys. - Updated .bazelrc for build configuration adjustments. - Added a new HTTP service for random data operations in ResilientDB, including endpoints for starting, stopping, and checking the status of data seeding jobs. - Updated tests to cover new composite key functionalities and integrated the ResLevelDB storage in KVExecutor tests
- Renamed GetByPrefix to GetKeysByPrefix in ResLevelDB and MemoryDB for clarity. - Introduced GetKeyRangeByPrefix method in both ResLevelDB and MemoryDB to retrieve keys within a specified range. - Updated the Storage interface to reflect these changes. - Enhanced KVExecutor to utilize the new key retrieval methods, improving composite key handling.
…es in KVExecutorTest.
This reverts commit a941e67.
…nto composite-key-apis
… across multiple files to streamline the codebase and improve maintainability.
…ns and update composite key handling. Removed unnecessary logging in delete functions and adjusted KVRequest structure for better clarity. Updated tests to reflect changes in composite key handling and added new delete functionality.
… Introduced DefaultCompositeKeyBuilder and CompositeKeyBuilderBase interfaces for improved key construction. Updated methods to utilize the new builder, enhancing code clarity and maintainability. Removed obsolete encoding functions and streamlined composite key handling.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.