Yashmitha1
Results
2
issues of
Yashmitha1
How to create a btree index in age. I am able create gin index using : CREATE INDEX idx_test_attribute_instance_graph ON test_attribute_instance_graph."attribute_instance" USING gin (properties); But for btree I couldn't find...
question
Hi, I am trying to insert/update around 70K edges into the graph using age. I created the following function: ``` CREATE OR REPLACE FUNCTION create_update_edge(edge_list TEXT) RETURNS void AS $$...
question