We are planning to implement a system for logging a high frequency of market ticks into a DB for further analysis. To simply get a little what kind of storage performance we can
I can only really comment on sql-server, but there are some things to try:
INSERT
either should give significant improvements on single-row inserts (the latter being fastest)