do not use static string compressor in upload handlers
This commit is contained in:
@@ -231,6 +231,10 @@ public class PerformanceDb implements AutoCloseable {
|
||||
return fields;
|
||||
}
|
||||
|
||||
public DataStore getRealDataStore() {
|
||||
return dataStore;
|
||||
}
|
||||
|
||||
public PartitionDiskStore getDataStore() {
|
||||
return dataStore.getDiskStorage();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user