Re: A first table partitioning exercise.
I wanted to post this before but the standard topic post form doesn't show that BBCode tags are supported.
Just read a sticky and they are supported.
So here's what I see:
mysql> select count(*) from part_tab where c3 > date '1995-01-01' and c3 < date
'1995-12-31';
+----------+
| count(*) |
+----------+
| 795181 |
+----------+
1 row in set (3.28 sec)
mysql>
mysql> select count(*) from no_part_tab where c3 > date '1995-01-01' and c3 < da
te '1995-12-31';
+----------+
| count(*) |
+----------+
| 795181 |
+----------+
1 row in set (5.09 sec)
... (preview) hmm, it's not a color-coded, offset block. Oh well.
Subject
Views
Written By
Posted
3419
December 01, 2010 06:15PM
Re: A first table partitioning exercise.
1812
December 01, 2010 06:49PM
1870
December 02, 2010 03:03PM
1934
December 02, 2010 11:00PM
1887
December 03, 2010 03:46PM
3008
December 04, 2010 06:00AM
1787
December 04, 2010 01:40PM
1810
December 04, 2010 05:38PM
1839
December 05, 2010 12:28PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.