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
Optimize the storage of stop-words, we may only need to store the stop-words table only once.
Support optional parameters in standalone call functions (e.g., stopwords, stem).
Support multi-statement queries in the testing framework.
Disallow users from dropping a property that has an index on it.
Optimize the 3rd vertex compute, We don't have to run the vertex compute on each terms node.Instead, we only have to set our frontier to the nodes in our map.
Long term
Support querying a subset of columns in query_fts_index().
Support copy in manual transactions.
Disallow users from querying virtual tables/properties(long term) and helper functions/internal FTS functions.
Optimize hash aggregation/distinct performance
Optimize the lookup of term keys in queryFTS, we can probably do primary key lookup in such cases.
Single direction relationship table.
The text was updated successfully, but these errors were encountered:
API
C++
Description
Short term
Long term
query_fts_index()
.queryFTS
, we can probably do primary key lookup in such cases.The text was updated successfully, but these errors were encountered: