text update
This commit is contained in:
parent
c1c31c50c7
commit
2f6eb6fe38
|
@ -66,7 +66,7 @@ Me: Yep, but it's API is considerably more complex *and* is 3x slower.
|
|||
|
||||
== Benchmarks
|
||||
|
||||
Performing a basic "SELECT * FROM" query on a table with ~31k rows and fields of nearly every representable data type,
|
||||
Performing a basic "SELECT * FROM" query on a table with ~31k rows and fields of nearly every Ruby-representable data type,
|
||||
then iterating over every row using an #each like method yielding a block:
|
||||
|
||||
# The Mysql gem appears faster because it only gives back nil and strings.
|
||||
|
|
Loading…
Reference in New Issue