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

Housekeeping article - mention BLOBs and their handles [DOC123] #68

Open
firebird-automations opened this issue Apr 18, 2016 · 0 comments

Comments

@firebird-automations
Copy link

Submitted by: Arioch (arioch)

BLOBs are somewhat special case, they are kept outside the row and are handled somewhat differenlty.

More so, there is such a phenomenon as leaking BLOB IDs/handles by read-only read-committed never-ending transaction.
Such a transaction would not prevent regular table rows from being deleted->freed->collected but it may retain BLOBs for indefinite time.

http://www.firebirdsql.org/manual/gfix-housekeeping.html

I wish this article could make an *explicit* statement whether for that very context of GC and sweeping BLOBs are acting exactly like the rows referencing them or may have slightly different behavior in some situations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants