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
当前新启动一个节点后同步数据较慢,可以考虑提供一种导入导出数据库的方式,便于快速搭建节点。
优点:实现比较简单。 缺点:所有区块需要重新执行,不能节省执行时间。
优点:导入速度快。 缺点:实现比较复杂,通过这种方式搭建的节点没有历史状态。
The text was updated successfully, but these errors were encountered:
区块导入导出 #3017
快照功能 #3291 #3294
Sorry, something went wrong.
nkysg
No branches or pull requests
当前新启动一个节点后同步数据较慢,可以考虑提供一种导入导出数据库的方式,便于快速搭建节点。
方法1: 只提供区块导入导出
优点:实现比较简单。
缺点:所有区块需要重新执行,不能节省执行时间。
方法2: 提供区块,交易以及状态树数据库的快照功能
优点:导入速度快。
缺点:实现比较复杂,通过这种方式搭建的节点没有历史状态。
The text was updated successfully, but these errors were encountered: