Search results

  1. B

    Why use a database?

    I preselect 20-30K ticks, that fits nicely into 256K L2 cache. All integer arithmetics (no floats), hand optimized.
  2. B

    Why use a database?

    Duh good it is... What's your hardware, OS, Oracle version?
  3. B

    Why use a database?

    I'm doing 250M ticks * combinations with a $60 Celeron. Are you using c++ or python?
  4. B

    Why use a database?

    From my journal: " ------------------------------------------------------------------------ 11 Nov 03 ------------------------------------------------------------------------ Testing MySQL. Populated with 101M intraday records. Time 5.3 hours, disk space 4.3G, index 2.4G. Query to...
  5. B

    Why use a database?

    250K * 252 days * 10 years ~= 1B arithmetical operations. My $60 Celeron will do it in few seconds. Any institutional interested in leasing processing power from me, please PM.
  6. B

    My next motherboard

    My $60 Celeron does 2.4 BILLION operations a second (actually more, because it can do some operations in parallel)
Back
Top