| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Dan Nelson | Date: | March 13 2007 2:10pm |
| Subject: | Re: function based index | ||
| View as plain text | |||
In the last episode (Mar 13), Ananda Kumar said: > Is it possible to create function based index in mysql as available > in oracle. Please point me to any documentation on this. Sorry; mysql doesn't have function-based indexes. The closest you can get in mysql is if you add another column and an UPDATE trigger that populates it with the results of your function, then index that column. -- Dan Nelson dnelson@stripped
| Thread | ||
|---|---|---|
| • function based index | Ananda Kumar | 13 Mar |
| • Re: function based index | Dan Nelson | 13 Mar |
| • RE: function based index | Charles Brown | 13 Mar |
| • Re: function based index | Jay Pipes | 13 Mar |
