The document discusses optimizing POLARDB by optimizing the redo and page I/O on POLARFS. It compares the performance of different write strategies: simple buffer writes, fallocate before buffer writes, and fallocate plus filling with zeros before buffer writes. The tests found that buffer writes alone had the worst performance, while fallocate plus filling with zeros before writes had the best performance by avoiding read-on-write operations. The strategies aim to optimize redo log and data page writes in POLARDB running on the POLARFS filesystem.