We’re building a benchmark tool in C to compare the speed of DML statements in assorted RDBMS vanilla installations (Postgres, MySQL, etc.).
We’re not doing anything fancy / scientific - it’s purely for internal learning purposes.
Are there any particular DML statements that we should include in our benchmark?
We’d welcome any tips or insights on this topic.
(As an aside, we plan to use clock_t for tracking CPU time, with long-running loops that span several hundred seconds). But of course we welcome advice on this too!
Thanks ^_^