Re: [GENERAL] Strange statistics

2008-06-05 Thread Henrik
3 jun 2008 kl. 23.31 skrev Joris Dobbelsteen: Henrik wrote: Hi list, I'm having a table with a lots of file names in it. (Aprox 3 million) in a 8.3.1 db. Doing this simple query shows that the statistics is way of but I can get them right even when I raise the statistics to 1000. db=# alt

Re: [GENERAL] Strange statistics

2008-06-03 Thread Joris Dobbelsteen
Henrik wrote: Hi list, I'm having a table with a lots of file names in it. (Aprox 3 million) in a 8.3.1 db. Doing this simple query shows that the statistics is way of but I can get them right even when I raise the statistics to 1000. db=# alter table tbl_file alter file_name set statistic

[GENERAL] Strange statistics

2008-06-03 Thread Henrik
Hi list, I'm having a table with a lots of file names in it. (Aprox 3 million) in a 8.3.1 db. Doing this simple query shows that the statistics is way of but I can get them right even when I raise the statistics to 1000. db=# alter table tbl_file alter file_name set statistics 1000; ALTER