Skip to content

Instantly share code, notes, and snippets.

@gdi
Created June 25, 2009 12:48
Show Gist options
  • Save gdi/135851 to your computer and use it in GitHub Desktop.
Save gdi/135851 to your computer and use it in GitHub Desktop.
The script that produced these results is here: http://gist.github.com/135854
Benchmarking ttserver with 2888750 email records
Indexing... this might take a long time...
Tokyo Tyrant Socket / Indexes
user system total real
find list by pk (n=40) 0.010000 0.000000 0.010000 ( 0.011436)
find record by pk 0.000000 0.000000 0.000000 ( 0.000390)
find by message_id 0.000000 0.000000 0.000000 ( 31.193551)
find by domain 26.610000 1.820000 28.430000 ( 68.838101)
Tokyo Tyrant Socket / No Indexes
user system total real
find list by pk (n=40) 0.010000 0.000000 0.010000 ( 0.010998)
find record by pk 0.000000 0.000000 0.000000 ( 0.000343)
find by message_id 0.000000 0.000000 0.000000 ( 31.021396)
find by domain 27.850000 1.730000 29.580000 ( 69.205092)
Indexing... this might take a long time...
Edo Table / Indexes
user system total real
find list by pk (n=40) 0.000000 0.000000 0.000000 ( 0.059012)
find record by pk 0.000000 0.000000 0.000000 ( 0.000096)
find by message_id 10.080000 18.970000 29.050000 ( 32.333280)
find by domain 9.800000 18.920000 28.720000 ( 30.874708)
Edo Table / No Indexes
user system total real
find list by pk (n=40) 0.000000 0.000000 0.000000 ( 0.024061)
find record by pk 0.000000 0.000000 0.000000 ( 0.000027)
find by message_id 10.200000 19.390000 29.590000 ( 36.359083)
find by domain 9.880000 18.890000 28.770000 ( 30.943021)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment