-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Mockify currently has performance issues when generating large datasets (e.g., over 1000 records). This makes it hard to use with larger mock applications.
Describe the solution you'd like
Optimize the performance of the data generation process, potentially by batch processing or asynchronous data generation for large datasets.
Describe alternatives you've considered
Use pagination for returning large data sets, but this would not improve the underlying performance.
Additional context
Large mock datasets should be supported without a significant slowdown in response time.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request