You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present during updates existing tuple segments are not resized even if
there is space available on the pages. This causes following inefficiency:
if a tuple grows beyond its original size, instead of resizing the tuple
segment, an additional tuple segment will be allocated (possibly on the
same page) and linked to the previous segment.
Original issue reported on code.google.com by [email protected] on 16 Aug 2008 at 12:14
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 16 Aug 2008 at 12:14The text was updated successfully, but these errors were encountered: