Re: [PERFORM] How to make n_distinct more accurate.

2003-09-24 Thread Nick Fankhauser
y, September 22, 2003 3:42 PM > To: [EMAIL PROTECTED] Org > Subject: [PERFORM] How to make n_distinct more accurate. > > > Hi- > > I have a table- called "event" with a field event_date_time that > is indexed. > There are 1,700,000 rows in the table and 92,000 dis

[PERFORM] How to make n_distinct more accurate.

2003-09-23 Thread Nick Fankhauser
Hi- I have a table- called "event" with a field event_date_time that is indexed. There are 1,700,000 rows in the table and 92,000 distinct values of event_date_time with anywhere from 1 to 400 rows sharing the same value. (I did a count grouped by event_date_time & scanned it to get this info.) W