So I'm working on porting a version of the TPC benchmarks to MySQL. I'm
porting some queries by hand when it hit me - SQLAlchemy has already
done this work. So I thought, why not implement the TPC benchmarks in
SQLAlchemy? Then you would have a benchmark that could be run on all the
databases supported from the same code base without porting - and
anything that SA couldn't do from the benchmark's perspective could be a
potential point of SA improvement, either from a features or a query
generation perspective.

Does this sound interesting to anyone? I don't know if I'll get approval
to hack on this for this project, but I think that in the end it's worth
working on anyway. If anyone wants to play, I'll put up code as soon as
I have it.

Monty

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to