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!
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
Feel free to contribute and help bring this feature to life!