You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
MCOL-498. Segment files extension uses fallocate() now to optimize load put on SSD disks.
This commit is contained in:
@ -50,6 +50,7 @@ public:
|
||||
/* virtual */ off64_t tell();
|
||||
/* virtual */ int flush();
|
||||
/* virtual */ time_t mtime();
|
||||
/* virtual */ int fallocate(int mode, off64_t offset, off64_t length);
|
||||
|
||||
protected:
|
||||
/* virtual */
|
||||
|
Reference in New Issue
Block a user