Replies: 1 comment
-
how did you measure memory usage? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Calling multiple deletes_many results in an additional 100MB of memory without decreasing it.
Actually, only a few pieces of data were deleted
Steps to Reproduce
Versions
sea-orm = { version = "^0.12.12", default-features = false, features = ["sqlx-sqlite", "runtime-tokio-rustls", "macros"] }
Beta Was this translation helpful? Give feedback.
All reactions