1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-10-20 00:09:21 +03:00

MCOL-498. Segment files extension uses fallocate() now to optimize load put on SSD disks.

This commit is contained in:
Roman Nozdrin
2018-02-28 19:20:16 +03:00
parent 8a7ccd7d93
commit 1d9f47a55c
13 changed files with 90 additions and 7 deletions

View File

@@ -507,5 +507,10 @@ int HdfsRdwrMemBuffer::close()
return 0;
}
int HdfsRdwrMemBuffer::fallocate(int mode, off64_t offset, off64_t length)
{
return 0;
}
}