You've already forked mariadb-columnstore-engine
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:
@@ -507,5 +507,10 @@ int HdfsRdwrMemBuffer::close()
|
||||
return 0;
|
||||
}
|
||||
|
||||
int HdfsRdwrMemBuffer::fallocate(int mode, off64_t offset, off64_t length)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user