Running Geth with --cache=1024 is recommended to be able to sync the blockchain faster (since the default is only --cache=16.
I want to have the full blockchain (all past transaction data) so do not want to use --fast.
How much faster is it to sync the full blockchain from the start using geth --cache=1024 than just geth? Have any benchmarks been performed on this?