Skip to content

InMemory Storage #4

Description

@nidorx

Develop an in-memory storage solution for SQLog.

The expression processing logic is already fully implemented (see memory_expr_test.go). The only missing part is the storage logic, creating a structure for saving logs in memory that allows for fast searches.

Potential Approaches

  • LSM Trees
  • Bloom Filters
  • HyperLogLog

Feel free to contribute and help bring this feature to life!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions