Skip to content

Commit fbd872b

Browse files
pyphiliakim
andauthored
fix: improve get own recycled items with index (#1955)
* fix: improve get own recycled items with index * refactor: opti get own recycled, remove index * feat: add index on item path of recycled item data --------- Co-authored-by: kim <kim.phanhoang@epfl.ch>
1 parent 9776242 commit fbd872b

6 files changed

Lines changed: 3766 additions & 18 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CREATE INDEX "IDX_recycled_item_data_item_path" ON "recycled_item_data" USING gist ("item_path" gist_ltree_ops);--> statement-breakpoint

0 commit comments

Comments
 (0)