Subject | RE: [firebird-support] splitted dates |
---|---|
Author | Alan McDonald |
Post date | 2004-10-19T13:01:18Z |
> I have been using splitted dates for improving the performance in groupone post is enough thanks...
> bys.
> Is it a good practice?
> The only problem is that I have three extra fields and a trigger to
> maintain my data.
>
> ex:
>
> mydate date,
> myyear integer,
> mymonth integer,
> myday integer
>
> So in the selects I can have better use of my table information.
>
> Marcello
there's no problem splitting dates with triggers if you want to.
I use group by on non-split dates and do not experience any performance
issues. So I'm not sure what your issues here are.
Alan