·
3 commits
to main
since this release
- 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.