Hi,
Does anyone know if partial indexes, like: http://www.postgresql.org/docs/current/static/indexes-partia l.html, are supported in mysql? I'm supporting soft deletes and I have to go through update my indexes to include the deleted field. It would be nice if I could save some space by not including that field in my index.
Thanks,
Ben
Does anyone know if partial indexes, like: http://www.postgresql.org/docs/current/static/indexes-partia l.html, are supported in mysql? I'm supporting soft deletes and I have to go through update my indexes to include the deleted field. It would be nice if I could save some space by not including that field in my index.
Thanks,
Ben
Comment