You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-10-21 11:33:43 +03:00
MCOL-498. Segment files extension uses fallocate() now to optimize load put on SSD disks.
This commit is contained in:
@@ -348,4 +348,10 @@ int HdfsFile::close()
|
||||
return ret;
|
||||
}
|
||||
|
||||
int HdfsFile::fallocate(int mode, off64_t offset, off64_t length)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user