Interesting.
Do you know what the performance characteristics of Firebird Sql are in relation to MySQL, or Postgress, or even MS SQL as far as being able to read/write realtime data (bid/ask/size bid/size ask/last/size last) for tens of thousands of symbols?
I am just wondering if a SQL store is even the right approach for this kind of app?
nitro
Do you know what the performance characteristics of Firebird Sql are in relation to MySQL, or Postgress, or even MS SQL as far as being able to read/write realtime data (bid/ask/size bid/size ask/last/size last) for tens of thousands of symbols?
I am just wondering if a SQL store is even the right approach for this kind of app?
nitro
Quote from tomf:
Before spending tons of money for a MS SQL you might wanna check out Firebird Sql. They provide a reeeally good .net provider.
The database is capable of doing stored procedures, triggers, etc.
And all of that is open source