ftgo commented on issue #2137: URL: https://github.com/apache/age/issues/2137#issuecomment-2622906043
In my case I have a large dataset growing like time-series. With btree it was taking too long to simple `MERGE` new/existing vertexes and edges during insertion due to re-indexation. Since my reads are basically equality comparison, I set hash indexes directly to agtype properties. It cut drastically the database load. I don't know yet the consequences in terms of index size and long run performance. I will keep an eye. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@age.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org