Skip to content

Storage version compat upgrade#489

Merged
adsharma merged 2 commits into
mainfrom
storage-version-compat-upgrade
May 13, 2026
Merged

Storage version compat upgrade#489
adsharma merged 2 commits into
mainfrom
storage-version-compat-upgrade

Conversation

@adsharma
Copy link
Copy Markdown
Contributor

Implement in place storage version upgrade functionality

lbug> call storage_version() return *;
┌─────────┐
│ version │
│ UINT64  │
├─────────┤
│ 40      │
└─────────┘
(1 tuple)
(1 column)
Time: 7.97ms (compiling), 1.16ms (executing)
lbug> CREATE (u:User {id: 102400000});
(0 tuples)
(0 columns)
Time: 8.22ms (compiling), 6.49ms (executing)
lbug> call storage_version() return *;
┌─────────┐
│ version │
│ UINT64  │
├─────────┤
│ 40      │
└─────────┘
(1 tuple)
(1 column)
Time: 0.24ms (compiling), 0.24ms (executing)
lbug> checkpoint;
(0 tuples)
(0 columns)
Time: 0.27ms (compiling), 45.48ms (executing)
lbug> call storage_version() return *;
┌─────────┐
│ version │
│ UINT64  │
├─────────┤
│ 41      │
└─────────┘
(1 tuple)
(1 column)
Time: 0.22ms (compiling), 0.26ms (executing)

@adsharma adsharma force-pushed the storage-version-compat-upgrade branch from 36790b7 to 14be65f Compare May 13, 2026 20:31
@adsharma adsharma merged commit f2913f0 into main May 13, 2026
4 checks passed
@adsharma adsharma deleted the storage-version-compat-upgrade branch May 13, 2026 21:28
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.

1 participant