Releases: mohitgupta07/go-hit
Releases · mohitgupta07/go-hit
v1.1.0-cassandra
- Added Cassandra to it. Just Configure cassandra and rest it can take care of.
- Added benchmarks: Cassandra is pretty good in terms of write benchmark but when it comes to load data, it seems little slower. Could be that we are not batching but tried limiting the result to 1000 and still found it slower.
Additional Notes:
- Improved SFW code by using waitgroups correctly. Tried multi-worker-channeling as well.
v1.0.1
What's new?
- Added postgres support as backend persistence.
- Added Cassandra support as well (but need to modify code a bit to handle it as well).
- Added benchmarking reports to compare.
v1.0.0
What's new?
- Persistence added: Single file write(SFW) mechanism. The data goes into a buffer and from there to the storage. Saves takes 40microseconds on M1 air. Loading data from storage takes 5milliseconds. It's way slower and currently not recommended for production level usage.
What's next?
1- Persistence on RDBMS or NoSql.
2- Benchmark report.
3- go-hit::sfw vs redis on same configuration.
Just another alpha version
0.0.2-alpha Updated username of github
Just an alpha version
Full Changelog: alpha-0.0.1...0.0.1-alpha
alpha-0.0.1
It's just started.