Skip to content

Fix rowid datum memory leak#40

Open
Serge-sudo wants to merge 1 commit intoorioledb:patches17from
Serge-sudo:fixed-rowid-datum-leak
Open

Fix rowid datum memory leak#40
Serge-sudo wants to merge 1 commit intoorioledb:patches17from
Serge-sudo:fixed-rowid-datum-leak

Conversation

@Serge-sudo
Copy link

Add cleanup for rowid datum allocated on each insert. The datum was never freed, causing a significant memory leak. During bulk inserts of large row counts this led to excessive RAM usage and could trigger the OOM killer.

This fixes #39

Add cleanup for rowid datum allocated on each insert. The datum was never freed,
causing a significant memory leak. During bulk inserts of large row counts this
led to excessive RAM usage and could trigger the OOM killer.
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.

2 participants