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
计划包含以下功能:
目前 droplet dagstore 中 shard 和 topIndex 都保存在 badger 中,如果不同时间向有多个 droplet 检索同一个订单, 就可能会造成重复生成索引的问题,为了解决这个问题,打算把 shard 保存到 MySQL 数据库中,把 topIndex 存储到 MongoDB 中,这样多个 droplet 可以共享。
需要把存储在 badger 的 shard 迁移到 MySQL,droplet 提供了迁移工具:https://github.com/ipfs-force-community/droplet/tree/master/tools/index#%E8%BF%81%E7%A7%BB%E7%B4%A2%E5%BC%95
可能有部分 piece 没有生成索引,就需要为这部分 piece 重新生成索引,droplet 提供了生成索引的工具:https://github.com/ipfs-force-community/droplet/tree/master/tools/index#%E7%94%9F%E6%88%90%E7%B4%A2%E5%BC%95
The text was updated successfully, but these errors were encountered:
simlecode
No branches or pull requests
计划包含以下功能:
升级文档
目前 droplet dagstore 中 shard 和 topIndex 都保存在 badger 中,如果不同时间向有多个 droplet 检索同一个订单,
就可能会造成重复生成索引的问题,为了解决这个问题,打算把 shard 保存到 MySQL 数据库中,把 topIndex 存储到 MongoDB 中,这样多个 droplet 可以共享。
迁移 shard
需要把存储在 badger 的 shard 迁移到 MySQL,droplet 提供了迁移工具:https://github.com/ipfs-force-community/droplet/tree/master/tools/index#%E8%BF%81%E7%A7%BB%E7%B4%A2%E5%BC%95
生成索引
可能有部分 piece 没有生成索引,就需要为这部分 piece 重新生成索引,droplet 提供了生成索引的工具:https://github.com/ipfs-force-community/droplet/tree/master/tools/index#%E7%94%9F%E6%88%90%E7%B4%A2%E5%BC%95
The text was updated successfully, but these errors were encountered: