mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +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:
committed by
Tom Ritchford
parent
b7ba509618
commit
2a201f9525
@@ -2168,6 +2168,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>
|
||||
|
||||
@@ -3141,6 +3141,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>
|
||||
|
||||
Reference in New Issue
Block a user