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

(Update) Chunk users in autogroup command #3797

Merged
merged 1 commit into from
May 20, 2024

Conversation

Roardom
Copy link
Collaborator

@Roardom Roardom commented May 1, 2024

Change Before After
Individual to chunking 355 s 56 s
Permission bool to int 56 s 53 s
Timestamp comparison 53 s 49 s

With an empty loop, it takes 33 seconds, the remaining 99% of time is used by the save() method (even if values are same as before and no queries are done).

@HDVinnie HDVinnie marked this pull request as draft May 6, 2024 20:05
| Change                 | Before | After |
|------------------------|--------|-------|
| Individual to chunking | 355 s  | 56 s  |
| Permission bool to int | 56 s   | 53 s  |
| Timestamp comparison   | 53 s   | 49 s  |

With an empty loop, it takes 33 seconds, the remaining 99% of time is used by the `save()` method (even if values are same as before and no queries are done).
@HDVinnie HDVinnie marked this pull request as ready for review May 20, 2024 07:03
@HDVinnie HDVinnie merged commit 21255ab into HDInnovations:8.x.x May 20, 2024
5 checks passed
@HDVinnie HDVinnie deleted the chunk-auto-group branch May 20, 2024 07:11
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

Successfully merging this pull request may close these issues.

None yet

2 participants