Re: Benchmarking SQL drivers
Chris Angelico <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <CAPTjJmrvyE-aM_8BUv3vYE6NU8tUiuQu-ZUNYgA2NFyY4Q-VBA@mail.gmail.com> |
On Fri, Nov 21, 2014 at 1:36 AM, Stephen R. van den Berg <[email protected]> wrote: > 11.3s pgsql Pike 8.1 (new driver, multithreaded) > 17.3s MySQL Pike 8.1 > 18.4s pgsql Pike 7.8 (old driver, single threaded) > 32.7s postgres Pike 8.1 (C-libpq) Impressive! A three-to-one improvement over the C library is doing well! ChrisA