зеркало из https://github.com/Azure/YCSB.git
Ensure capacity in results for MongoDBClient.scan
This commit is contained in:
Родитель
8ae0bd30aa
Коммит
c5ff3bf647
|
@ -353,6 +353,9 @@ public class MongoDbClient extends DB {
|
|||
System.err.println("Nothing found in scan for key " + startkey);
|
||||
return 1;
|
||||
}
|
||||
|
||||
result.ensureCapacity(recordcount);
|
||||
|
||||
while (cursor.hasNext()) {
|
||||
HashMap<String, ByteIterator> resultMap = new HashMap<String, ByteIterator>();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче