Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add storage engine index #1056

Merged
merged 9 commits into from
Jul 17, 2023
Merged

Add storage engine index #1056

merged 9 commits into from
Jul 17, 2023

Commits on Jul 17, 2023

  1. Add Storage Index

    sesposito committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    3a3518f View commit details
    Browse the repository at this point in the history
  2. Storage index interface refactor.

    Add support for multiple indices per collection.
    Batch writes and deletes.
    Implement eviction strategy.
    sesposito committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    5b6927d View commit details
    Browse the repository at this point in the history
  3. Remove config file

    sesposito committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    45b3588 View commit details
    Browse the repository at this point in the history
  4. Add missing StorageIndexList Go runtime function.

    Vendor nakama-common.
    sesposito committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    1bb95c9 View commit details
    Browse the repository at this point in the history
  5. Rebase onto master

    sesposito committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    346cb1f View commit details
    Browse the repository at this point in the history
  6. Fix tests

    sesposito committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    f1e418c View commit details
    Browse the repository at this point in the history
  7. Annotation typos fixes

    sesposito committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    5253d28 View commit details
    Browse the repository at this point in the history
  8. Configure index from runtimes.

    Bug fixes and improvements to storage index.
    sesposito committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    b4f63ae View commit details
    Browse the repository at this point in the history
  9. Update changelog

    sesposito committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    63dcdb8 View commit details
    Browse the repository at this point in the history