Firefox/Projects/Places DB Creation Scripts: Difference between revisions

Line 44: Line 44:
Shawn says:
Shawn says:


* [http://mxr.mozilla.org/mozilla-central/source/toolkit/components/places/src/nsNavHistoryAutoComplete.cpp|toolkit/components/places]/src/nsNavHistoryAutoComplete.cpp
* http://mxr.mozilla.org/mozilla-central/source/toolkit/components/places/src/nsNavHistoryAutoComplete.cpp
** GetAutoCompleteBaseQuery()
** GetAutoCompleteBaseQuery()
** see BOOK_TAG_SQL - having a lot of tags will slow stuff down, however that might not be representative of "normal users"
** see BOOK_TAG_SQL - having a lot of tags will slow stuff down, however that might not be representative of "normal users"
Line 50: Line 50:
** mDBKeywordQuery
** mDBKeywordQuery
** AutoCompleteProcessSearch()
** AutoCompleteProcessSearch()
* This file (or these queries at least) are being rewritten in JS: see _processRow() in [https://bug455555.bugzilla.mozilla.org/attachment.cgi?id=363641]
* This file (or these queries at least) are being rewritten in JS: see _processRow() in https://bug455555.bugzilla.mozilla.org/attachment.cgi?id=363641


---
---
Confirmed users
764

edits