Skip to content

Commit

Permalink
chore: add convert_to_rowstore to the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
billy-the-fish committed Jan 9, 2025
1 parent 5ad76e2 commit 993cf07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/page-index/page-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@ module.exports = [
href: "convert_to_columnstore",
excerpt: "Compress or recompress a specific chunk in the rowstore and add it to the columnstore",
},
{
title: "convert_to_rowstore",
href: "convert_to_rowstore",
excerpt: "Decompress a chunk from the columnstore and add it to the rowstore",
},
],
},
{
Expand Down

0 comments on commit 993cf07

Please sign in to comment.