Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Stock market tick data
In article <3b166b8f$0$18891$272ea4a1_at_news.execpc.com>, "Paul Tomko" <tomko_at_earth.execpc.com> wrote:
> In article <9f4rt1$350$1_at_rex.ip-plus.net>, Ian Ledzion
> <ian.ledzion_at_lgxbow.com> wrote:
>>What do you mean by tick data?
I've done some of that, though not recently.
While you may want to partition your stock tick table, I would strongly recommend that you have one logical table with all the data, and as much historical data as you want to keep (remember that there are 10s of thousands of instruments that you may want to keep data for!)
The major issue here of course is the volume, both of inserts during the day and of raw storage after a few days... However, the inserts shouldn't really be a problem unless you have a need to execute a lot of queries on the same data at the same time - I had a system where we were storing real-time tick data for the commodity markets using a Sun SS-10 with a paltry 128 mb RAM with no problems...
Michael
> Thanks,
> Paul
>
>>"Paul Tomko" <tomko_at_earth.execpc.com> wrote in message >>news:3b15169e$0$18895$272ea4a1_at_news.execpc.com... >>> Has anyone worked with storing tick data in an RDBMS? I would beinterested
>>> in hearing some examples of how this has been implemented. If there >>> are any Case studies, books, or data models out there, I would like to >>> hear about them. I have some ideas of my own on the subject and would >>> like to dialog with people who have done an implementation. Thanks, >>> Paul Tomko >>> -- >>> Paul Tomko paul@tomkoinc.com http://www.tomkoinc.com 10000+ >>> Humorous Quotes http://www.tomkoinc.com/quotes.html >>> "Behold the warranty ... the bold print giveth and the fine print >>> taketh away." - fortune file >> >> >>
-- Michael Peppler - Data Migrations Inc. - mpeppler_at_peppler.org http://www.mbay.net/~mpeppler - mpeppler@mbay.net International Sybase User Group - http://www.isug.com Sybase on Linux mailing list: ase-linux-list_at_isug.comReceived on Mon Jun 04 2001 - 13:26:17 CDT
![]() |
![]() |