Skip to content
New issue

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使用Nginx实现分布式schema同步问题 #828

Open
pengjianbo opened this issue Jan 14, 2020 · 2 comments
Open

HugeGraph使用Nginx实现分布式schema同步问题 #828

pengjianbo opened this issue Jan 14, 2020 · 2 comments
Labels
feature New feature

Comments

@pengjianbo
Copy link

目前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
,后续是否会考虑新增使用redispika进行缓存schema的功能。或者能否提供下基本的思路或实现需要注意的地方,我们先试下试下效果。谢谢~

@javeme javeme added the feature New feature label Jan 15, 2020
@javeme
Copy link
Contributor

javeme commented Jan 15, 2020

后续会考虑支持redis缓存的。

@javeme
Copy link
Contributor

javeme commented May 31, 2021

@pengjianbo 即将发布的v0.12版原生支持多机器之间缓存的同步。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

2 participants