mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
> Currently, an index split writes all the data on the split page to > WAL. That's a lot of WAL traffic. The tuples that are copied to the > right page need to be WAL logged, but the tuples that stay on the > original page don't. Heikki Linnakangas