http://www.techempower.com/benchmarks/#section=data-r9&hw=peak&test=update
On the EC2 and "dedicated i7" hardware Lapis does quite well, especially when compared to other Postgres-based systems, but on the beefy "Peak" hardware, it is at the bottom of the pile with 22k db errors.
Any idea why? Should this be resolved with the switch to pgmoon?
While typing this message, I got curious and reviewed the Lapis code, it should have capped db updates to 500 per requests and wasn't doing it: TechEmpower/FrameworkBenchmarks#949. Maybe this was related?
http://www.techempower.com/benchmarks/#section=data-r9&hw=peak&test=update
On the EC2 and "dedicated i7" hardware Lapis does quite well, especially when compared to other Postgres-based systems, but on the beefy "Peak" hardware, it is at the bottom of the pile with 22k db errors.
Any idea why? Should this be resolved with the switch to
pgmoon?While typing this message, I got curious and reviewed the Lapis code, it should have capped db updates to 500 per requests and wasn't doing it: TechEmpower/FrameworkBenchmarks#949. Maybe this was related?