Comment on 1,000,000 daily users with no cacheparentComments−teh14y> Of course that's going to be faster than a system which flushes all changes to disk individually.Even that is tunable these days. You can have unlogged tables, turn off fsync or have a high commit delay etc.
Comments
> Of course that's going to be faster than a system which flushes all changes to disk individually.
Even that is tunable these days. You can have unlogged tables, turn off fsync or have a high commit delay etc.