Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Microsoft SQL Server > design issues w...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 12 Topic 11204 of 11420
Post > Topic >>

design issues with large amounts of data

by nflacco <mail.flacco@[EMAIL PROTECTED] > Jul 3, 2008 at 06:55 PM

I'm tinkering around with a data collection system, and have come up
with a very hackish way to store my data- for reference, I'm
anticipating collecting at least 100 million different dataId
whatevers per year, possibly much more.

---366  data tables ( one for each day of the year ), each row being
assigned a unique DataId ( unique across all 366 tables too )
---100 data_map tables, table 0 having all DataIds ending in 00, table
99 having all DataIds ending in 99 and so on.

This is mostly because a friend of mine who works with mySQL said it
is very slow to index large tables, even if you work with mostly
integers.
However, I've read mysql can handle millions of rows no problem, so it
seems my basic design is overly complicated and will lead to tons of
slowdowns thanks to all the joins.
Another friend of mine suggested using file partioning ( though he
uses MSSQL ), so is that another option?

Any advice?
 




 12 Posts in Topic:
design issues with large amounts of data
nflacco <mail.flacco@[  2008-07-03 18:55:08 
Re: design issues with large amounts of data
Tom van Stiphout <no.s  2008-07-03 19:56:28 
Re: design issues with large amounts of data
"Dan Guzman" &l  2008-07-03 22:14:14 
Re: design issues with large amounts of data
nflacco <mail.flacco@[  2008-07-03 22:38:00 
Re: design issues with large amounts of data
"Dan Guzman" &l  2008-07-04 08:51:44 
Re: design issues with large amounts of data
Sybaseguru <collap@[EM  2008-07-07 13:41:03 
Re: design issues with large amounts of data
Erland Sommarskog <esq  2008-07-04 07:49:29 
Re: design issues with large amounts of data
"Arved Sandstrom&quo  2008-07-04 18:41:38 
Re: design issues with large amounts of data
Erland Sommarskog <esq  2008-07-04 21:07:04 
Re: design issues with large amounts of data
"Arved Sandstrom&quo  2008-07-04 21:55:42 
Re: design issues with large amounts of data
Erland Sommarskog <esq  2008-07-05 09:04:35 
Re: design issues with large amounts of data
"Arved Sandstrom&quo  2008-07-05 10:20:38 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Oct 11 8:49:57 CDT 2008.