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

Improvement: Want to have more seamless mechanism for generating CDC updates #10

Open
ronanstokes-db opened this issue Aug 27, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@ronanstokes-db
Copy link
Contributor

Currently you can generate simulated updates to an existing data set by either

  • sampling results from an existing dataset and updating fields
  • restricting the number of unique values for a datasets primary key or composite primary key fields so that you get naturally repeated rows

It would be useful to be able to specify a specific number of updates or range of updates per primary key

@ronanstokes-db ronanstokes-db added the enhancement New feature or request label Jul 14, 2021
@ronanstokes-db
Copy link
Contributor Author

this will be a post initial release enhancement

@ronanstokes-db ronanstokes-db added this to the post-release milestone Jul 29, 2021
@ronanstokes-db
Copy link
Contributor Author

additional updates:

  • Want to support random seed sequences so that when generating an update set or insert set for a CDC operation, you can reseed the data generation
  • want to support resetting of random seed as an option
  • want to support better distribution of random values across multiple UDF calls

@ronanstokes-db ronanstokes-db self-assigned this Jul 30, 2021
@ronanstokes-db ronanstokes-db modified the milestones: post-release, v0.3.0 Nov 4, 2022
@ronanstokes-db ronanstokes-db modified the milestones: v0.3.0, v0.4.0 Dec 1, 2022
@ronanstokes-db ronanstokes-db removed this from the v0.4.0 milestone Mar 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant