Re: [Imdbpy-devel] [sql] indexes

2012-02-25 Thread Emmanuel Tabard
Le 25 févr. 2012 à 16:09, Davide Alberani a écrit : > Yep, I kept the indexes at the minimum... maybe too much. :-) This is a reasonable approach. Sometimes too much indexes could be worse than no index at all :D > >> I just wanted to know if you're ok pulling this upstream. In the other cas

Re: [Imdbpy-devel] [sql] indexes

2012-02-25 Thread Davide Alberani
On Sat, Feb 25, 2012 at 15:12, Emmanuel Tabard wrote: > Hi ! > > Your sql schema misses a few essentials indexes : > >  - title.imdb_id >  - title.episode_nr >  - title.season_nr > >  - name.imdb_id > > You maybe don't need those indexes :) Yep, I kept the indexes at the minimum... maybe too much