We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前HugeGraph schema是在本地缓存起来的https://github.com/hugegraph/hugegraph/blob/8041b933dd70ca31577e6f7e939774b80a7666ff/hugegraph-core/src/main/java/com/baidu/hugegraph/backend/cache/CachedSchemaTransaction.java#L42 https://github.com/hugegraph/hugegraph/blob/8041b933dd70ca31577e6f7e939774b80a7666ff/hugegraph-core/src/main/java/com/baidu/hugegraph/backend/cache/RamCache.java#L38 ,后续是否会考虑新增使用redis或pika进行缓存schema的功能。或者能否提供下基本的思路或实现需要注意的地方,我们先试下试下效果。谢谢~
HugeGraph schema
redis
pika
The text was updated successfully, but these errors were encountered:
后续会考虑支持redis缓存的。
Sorry, something went wrong.
@pengjianbo 即将发布的v0.12版原生支持多机器之间缓存的同步。
No branches or pull requests
目前
HugeGraph schema
是在本地缓存起来的https://github.com/hugegraph/hugegraph/blob/8041b933dd70ca31577e6f7e939774b80a7666ff/hugegraph-core/src/main/java/com/baidu/hugegraph/backend/cache/CachedSchemaTransaction.java#L42https://github.com/hugegraph/hugegraph/blob/8041b933dd70ca31577e6f7e939774b80a7666ff/hugegraph-core/src/main/java/com/baidu/hugegraph/backend/cache/RamCache.java#L38
,后续是否会考虑新增使用
redis
或pika
进行缓存schema的功能。或者能否提供下基本的思路或实现需要注意的地方,我们先试下试下效果。谢谢~The text was updated successfully, but these errors were encountered: