Re: Partition recommendation in the Database Engine Tuning Advisor
- From: "Michael Epprecht [MSFT]" <michael.epprecht@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 23 Aug 2006 13:47:00 +0200
Hi
Table Partitioning is really only intended to be used with large tables
(10's to 100's of millions of rows) and is a feature of Enterprise Edition.
You probably don't have enough data.
Why do you want to use partitioning?
--
Mike
This posting is provided "AS IS" with no warranties, and confers no rights.
"Alex Petrovsky" <god_enigma@xxxxxxx> wrote in message
news:u3Qr$UqxGHA.3408@xxxxxxxxxxxxxxxxxxxxxxx
Hello,
I have some problems with Database Engine Tuning Advisor. I can't find any
partition recommendation.
1)
I created a table containing two columns (int and char(16)) and filled it
with simple data:
1, 'string'
...
2, 'string'
...
3, 'string'
...
2)
Next was saved a trace file with simple select statements for my table:
select * from Tab where col1 = 1
select * from Tab where col1 >= 1 and col1 <3
....
3)
The "Full partitioning" option was seted on the "Tuning Options" tab
What I did wrong?
.
- Follow-Ups:
- Re: Partition recommendation in the Database Engine Tuning Advisor
- From: Alex Petrovsky
- Re: Partition recommendation in the Database Engine Tuning Advisor
- From: Alex Petrovsky
- Re: Partition recommendation in the Database Engine Tuning Advisor
- References:
- Partition recommendation in the Database Engine Tuning Advisor
- From: Alex Petrovsky
- Partition recommendation in the Database Engine Tuning Advisor
- Prev by Date: Partition recommendation in the Database Engine Tuning Advisor
- Next by Date: Debugging Stored Procedures with Query Analyzer
- Previous by thread: Partition recommendation in the Database Engine Tuning Advisor
- Next by thread: Re: Partition recommendation in the Database Engine Tuning Advisor
- Index(es):
Relevant Pages
|