Viewing 15 posts - 1 through 15 (of 18 total)
Thanks for the input. Based on a lot of input here I did decided to use bigint for the tables that will get really big.
Aaron West (6/11/2008)
June 11, 2008 at 12:06 pm
Thats not a bad idea! My approach would net the same results, but your way would keep it simpler. I think I might just plan on doing that....
June 11, 2008 at 11:49 am
Don't worry, I'm not going to be doing any 'like' statements on a vchar field. All the queries will be searching on a User_ID field. (each row will...
June 11, 2008 at 10:51 am
Jeff Moden (6/10/2008)
June 10, 2008 at 10:00 pm
Paul Lach (6/10/2008)
June 10, 2008 at 8:05 am
Jeff Moden (6/10/2008)
Then, BigInt should do the trick.
Yes it would. But, from what I've read, having that many records in one unpartitioned table isn't a good thing for a...
June 10, 2008 at 7:31 am
Jeff Moden (6/10/2008)
Max size for INT is over 2 billion... that should handle your 10 million rows quite nicely.
Yes it would. However, there will be over 2 billion rows...
June 10, 2008 at 7:12 am
Aaron West (6/9/2008)
It seems to me any custom partitioning method for a new system which isn't even built yet is premature optimization.
That is a very true statement. My plan...
June 10, 2008 at 6:41 am
Oh, that makes more sense! Thanks for clearing that one up!
June 2, 2008 at 1:43 pm
Good point. Unfortunately, its hard to know the answer to that question now. I just wonder how hard it would be for me to determine what I thought was...
June 2, 2008 at 1:36 pm
Great. Thanks for looking! 🙂
June 2, 2008 at 1:28 pm
Jeff Moden (6/2/2008)
that would open a can of serious worms that will eat your face off in the years to come
Sorry, maybe I didn't explain that well. What I...
June 2, 2008 at 1:19 pm
So, I did more research and also a little bit of testing. Here is a working query that does what it is suppose to. Does it look too...
June 2, 2008 at 12:41 pm
Christian Buettner (6/2/2008)
I think the most benefit you will get out of a good archiving strategy that separates current data from old data.
Unfortunately that isn't possible in our system. ...
June 2, 2008 at 12:24 pm
I couldn't agree with you more!
But we are a small startup company and there just isn't any $$ for a DBA. 🙁
June 2, 2008 at 11:47 am
Viewing 15 posts - 1 through 15 (of 18 total)