Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8096293
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T21:24:26+00:00 2026-06-05T21:24:26+00:00

I would like to store historical equity price data in a table in the

  • 0

I would like to store historical equity price data in a table in the SQL Azure database.
I will get around 100000 equity prices every 15 minutes and some of them may or may not change their value. So I need to store around (5000 * 32 (8 hours * 4 times) = 160000) 160000 records everyday.

Currently, the equity table has got the following structure with around 20 columns.

Equity table
---------------
ID INT PK,
Name Varchar(20),
Value Money,
Currency Varchar(10),
.......

The new table (HistoricalPrices) where I would like to store historical prices contains the following structure.

HistoricalPrices
-------------------
ID INT PK,
EquityID INT FK,
[Date] DateTime,
Value Money

If I store these 160000 records everyday, in a month my table will get around 5 million records.

My question is, how this table is going to cope with the data, do I get any performance problems with this, is there any other way in terms of maintaining this data and do I need to make any changes in the table structure etc.?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T21:24:27+00:00Added an answer on June 5, 2026 at 9:24 pm

    With proper indexing and clustering, performance shouldn’t be an issue with appropriate, selective queries. Traditional operational issues like backups, reindexing jobs and restricting the volumes of data returned will need consideration although this won’t be your problem with Azure.

    Note that Azure DB size restrictions will probably force you to horizontally partition (shard ) at some point ( http://blogs.msdn.com/b/sqlazure/archive/2010/06/24/10029719.aspx) (Azure doesn’t support TABLE partitioning.)

    http://msdn.microsoft.com/en-us/library/ms345146(v=sql.90).aspx

    Also to consider is overflow of your 32 bit int PK – although at current rates you have over 50 years worth, if you track at increased frequencies (e.g. more exchanges or more stocks) you will need to consider a 64 bit INT.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like store large amounts of data (text) in a table with six
I would like to store some data about open MdiChildren to restore them when
I would like to store some basic data of my application in a .plist
I would like to store lengthy .sql scripts in my solution and execute them
I would like to store a ABRecordRef in a 'Client' entity in core data.
I would like to store the data in the MySQL BLOB field. I am
I would like to store the login, logout and duration time in database. The
I would like to store time data accurate to the centisecond. The mySQL manual
Let's say I would like to store votes to polls in mysql database. As
I have a reasonably large data set and would like to store it in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.