Optimize KuzuDB queries #12
Labels
No Label
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Refactor
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: TEDective/api#12
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem. Sometimes queries for big orgs run a long time and then fail. This can be solved with more specific queries. IMHO, we would need one specific query for buyers, e.g:
and one similarly specific query for suppliers (for suppliers the current query works quite well actually). Ideally the
node/organization/graph/{id}
endpoint would find out on its own whether the org is a supplier or a buyer.I made some improvements to the organization graph endpoint in
970ff445e9