introduced a new custom file format used for backup and ingestion
The new file format reduces repetition, is easy to parse, easy to generate in any language and is human readable.
This commit is contained in:
@@ -46,7 +46,7 @@ public class DataStore implements AutoCloseable {
|
||||
|
||||
public static final char LISTING_FILE_SEPARATOR = ',';
|
||||
|
||||
private static final String SUBDIR_STORAGE = "storage";
|
||||
public static final String SUBDIR_STORAGE = "storage";
|
||||
|
||||
// used to generate doc ids that are
|
||||
// a) unique
|
||||
|
||||
Reference in New Issue
Block a user