scylladb / 1m-ops-demo

1 million operations/second ScyllaDB demo
https://1m-ops-demo.scylladb.com/
15 stars 7 forks source link

Updated - got errors in original form (perhaps because of product updates?) #3

Closed ruthea closed 6 months ago

ruthea commented 6 months ago

Updated terraform Scylla Cloud calls around vpc cidr block->blocks

removed 'max_sstable_age_days': '365' - this is not used in TWCS

Moved aws profilename to variables (hidden in provider before)

change IP's to DNS names (good reference approach)

Made # of loaders/drivers configurable (allows you to scale out the loaders easily if you want a smaller/bigger workload)

Loaders were using the same set of instructions across 3 files - updated to use just one (easier maintenance)

Streamlined the bootstrap of the loaders - loads the inital rows and then goes into a read/write blend.

DanielHe4rt commented 6 months ago

Hey Austin! After the summit we forgot to add the new changes from the hackathon... Thanks for that!

Is there any change we should make to the documentation for the user who will be running the example or still the same with the new profiles?

tzach commented 6 months ago

@zseta please review

tzach commented 6 months ago

Thanks @ruthea In the future, please send self contained commits, each with a short descriptions. No need for a commit per file.