Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

performance test rig for continuous sync #82

Open
mccanne opened this issue May 29, 2022 · 1 comment
Open

performance test rig for continuous sync #82

mccanne opened this issue May 29, 2022 · 1 comment

Comments

@mccanne
Copy link
Collaborator

mccanne commented May 29, 2022

To test the service defined in #83, this issue is to create a performance test rig using large amounts of synthetic data. We will create a large number of data across thousands of topics and run these perf tests by hand. We can ingest the test data into confluent with a script and just leave the data in the kafka cloud service available for testing whenever we need it.

This will expose some issues with the built-in queries that zync does to track and update progress between the raw and staging pools. We need to make sure the efficiency of these queries is O(work to do) and never O(all data in pool). This may require adding some optimizations to the zed lake as we continue to improve the DAG planner and optimizer.

@mccanne mccanne transferred this issue from brimdata/zui May 29, 2022
@philrz
Copy link
Contributor

philrz commented Jul 12, 2022

@nwt has shared with me a set of scripts/configs that create such a stress test using a JSON plugin to Kafka Connect. I've gotten it to work successfully on my Mac laptop and have some follow-on ideas of what i'd like to do next with it. So far my ideas are:

  • Add wrapper scripts and docs to make it easy for others to get started with
  • Make it easy to launch/run in AWS

@philrz philrz self-assigned this Jul 12, 2022
@philrz philrz changed the title performance test rig performance test rig for continuous sync Jul 12, 2022
@philrz philrz removed their assignment Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants