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
The heap implementation just uses an INTEGER for the key. That's fine for now, but it should be migrated to a LONG so that rowID values in the heap aren't exhausted.
Needs INTEGER support to be implemented from issue #1 .
The text was updated successfully, but these errors were encountered:
The heap implementation just uses an
INTEGER
for the key. That's fine for now, but it should be migrated to aLONG
so that rowID values in the heap aren't exhausted.Needs
INTEGER
support to be implemented from issue #1 .The text was updated successfully, but these errors were encountered: