mirror of
https://github.com/luanti-org/minetestmapper.git
synced 2025-10-14 17:25:24 +02:00
Allow database backend to optimize group-by-XZ operation
This commit is contained in:
@@ -68,7 +68,7 @@ DBRedis::~DBRedis()
|
||||
}
|
||||
|
||||
|
||||
std::vector<BlockPos> DBRedis::getBlockPos(BlockPos min, BlockPos max)
|
||||
std::vector<BlockPos> DBRedis::getBlockPosXZ(BlockPos min, BlockPos max)
|
||||
{
|
||||
std::vector<BlockPos> res;
|
||||
for (const auto &it : posCache) {
|
||||
|
Reference in New Issue
Block a user