¡@

Home 

python Programming Glossary: feature_table_id

Why is the same SQLite query being 30 times slower when fetching only twice as many results?

http://stackoverflow.com/questions/10531898/why-is-the-same-sqlite-query-being-30-times-slower-when-fetching-only-twice-as-m

EXPLAIN QUERY PLAN SELECT precursor_id feature_table_id FROM `MSMS_precursor` INNER JOIN `spectrum` ON spectrum.spectrum_id.. time0 time.time self.cursor.execute SELECT precursor_id feature_table_id FROM `MSMS_precursor` INNER JOIN `spectrum` ON spectrum.spectrum_id.. Table `feature` CREATE TABLE IF NOT EXISTS `feature` `feature_table_id` INT PRIMARY KEY NOT NULL `feature_id` VARCHAR 40 NOT NULL `intensity`..