mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add RocksDB to nudb import tool (RIPD-781,785):
This custom tool is specifically designed for very fast import of RocksDB nodestore databases into NuDB.
This commit is contained in:
@@ -2606,6 +2606,9 @@
|
||||
<ClCompile Include="..\..\src\ripple\nodestore\tests\Database.test.cpp">
|
||||
<ExcludedFromBuild>True</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\ripple\nodestore\tests\import_test.cpp">
|
||||
<ExcludedFromBuild>True</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\ripple\nodestore\tests\Timing.test.cpp">
|
||||
<ExcludedFromBuild>True</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
||||
@@ -3714,6 +3714,9 @@
|
||||
<ClCompile Include="..\..\src\ripple\nodestore\tests\Database.test.cpp">
|
||||
<Filter>ripple\nodestore\tests</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\ripple\nodestore\tests\import_test.cpp">
|
||||
<Filter>ripple\nodestore\tests</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\ripple\nodestore\tests\Timing.test.cpp">
|
||||
<Filter>ripple\nodestore\tests</Filter>
|
||||
</ClCompile>
|
||||
|
||||
1033
src/ripple/nodestore/tests/import_test.cpp
Normal file
1033
src/ripple/nodestore/tests/import_test.cpp
Normal file
File diff suppressed because it is too large
Load Diff
@@ -41,4 +41,6 @@
|
||||
#include <ripple/nodestore/tests/Backend.test.cpp>
|
||||
#include <ripple/nodestore/tests/Basics.test.cpp>
|
||||
#include <ripple/nodestore/tests/Database.test.cpp>
|
||||
#include <ripple/nodestore/tests/import_test.cpp>
|
||||
#include <ripple/nodestore/tests/Timing.test.cpp>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user