deem0n commented on a change in pull request #166:
URL: https://github.com/apache/incubator-age/pull/166#discussion_r782048154
##########
File path: src/backend/utils/cache/ag_cache.c
##########
@@ -633,7 +633,7 @@ static void flush_label_oid_cache(void)
{
HASH_SEQ_STATUS hash_seq;
- hash_seq_init(&hash_seq, label_name_graph_cache_hash);
+ hash_seq_init(&hash_seq, label_oid_cache_hash);
Review comment:
Eliminating oids would make dump&restore a breeze, but probably will
impact query speed ? I did not spent much time in AGE internals to participate
in decision making, I guess.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]