Viewing 15 posts - 16 through 30 (of 170 total)
Yeah, fear of automation does bug me, it's almost as bad as "we've always done it like that" as a cause for irritating me!
May 21, 2015 at 9:32 am
That shouldn't happen, as the pk from the main table which the partitioning will be based upon will always be in the tables referencing it, so we will partition those...
April 2, 2015 at 6:07 am
I suppose the other advantage of creating the view on the view is that if future patches/upgrades change the behaviour again, then it's a small matter of changing the intermediate...
April 2, 2015 at 5:08 am
Will do, and thanks for all the comments so far. From conversations I've been having with the dev team alongside this post, it looks like we will be restructuring...
April 2, 2015 at 4:24 am
OK yeah that would work as a workaround; though it does add another layer of abstraction from the code being run.
Is there any information on how the optimizer...
April 2, 2015 at 4:09 am
BrainDonor (4/2/2015)
April 2, 2015 at 3:55 am
I believe the same applies with unique indexes also; though I haven't tried to know. I think this would be because there is a b-tree for each partition, but uniqueness...
April 1, 2015 at 3:45 pm
ScottPletcher (4/1/2015)
All excellent points.
Keep in mind though:
1) You can leave the PK solely on the SmsID column and still cluster the table by ( date, id ). ...
April 1, 2015 at 3:18 pm
Yes, that's the clustering choice I would have made; in fact I would have made that the pk. However, this is already in existence and has been rolled out...
April 1, 2015 at 2:23 pm
Aha, light bulb moment! I knew I was missing something there, as much as anything from skim reading rather than properly looking at it.
So, if we were splitting into...
April 1, 2015 at 9:43 am
No I still don't understand; unless I've completely misunderstood, in the scenario you provide the value on the row changes, meaning that value now should be in a different partition...
April 1, 2015 at 8:37 am
BrainDonor (4/1/2015)
Matthew Darwin (4/1/2015)
However,...
April 1, 2015 at 6:53 am
Archiving and index maintenance are the two reasons I've been given, though I have an inkling the real reason might simply be wanting to try it out.
However, I suspect that...
April 1, 2015 at 5:57 am
OK thanks; wasn't sure if that would work or would only evaluate for the old style package call.
March 9, 2015 at 10:44 am
OK thanks, will have a good read.
February 10, 2015 at 2:50 pm
Viewing 15 posts - 16 through 30 (of 170 total)