Skip to content

v1.1.0-cassandra

Latest
Compare
Choose a tag to compare
@mohitgupta07 mohitgupta07 released this 21 Jul 15:10
· 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.