| From: | Mike Mascari <mascarm(at)mascari(dot)com> |
|---|---|
| To: | Dann Corbit <DCorbit(at)connx(dot)com> |
| Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Is indexing broken for bigint columns? |
| Date: | 2004-02-25 00:37:14 |
| Message-ID: | 403BEE3A.10107@mascari.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Dann Corbit wrote:
> PostgreSQL is the only database that requires casts to do an index
> lookup.
Possibly (quite probably) true, but you don't show any evidence that
SQL*Server, Oracle, or MySQL uses indexes either. Like I said
before, Tom (of course) already has a fix is already in the
development branch:
>
> This is SQL*Server syntax:
> ==============================================================
...
> select * from foo where bar = 1
...
> This is Oracle syntax:
> ==============================================================
> SQL> select * from foo where bar = 1;
...
> mysql> select * from foo where bar = 1;
Mike Mascari
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Joe Conway | 2004-02-25 00:38:31 | Re: select statement against pg_stats returns inconsistent |
| Previous Message | Dann Corbit | 2004-02-25 00:20:34 | Re: Is indexing broken for bigint columns? |