Mercurial > p > roundup > code
diff CHANGES.txt @ 3858:bb30bbfc7cdd
Indexing fixes.
- Add new rdbms-indexes to the tables for the full-text index. These
speed up adding new entries and finding old ones to remove.
- Remove getprops method from FileClass in backends/rdbms_common: This
forced indexing for the content property even if the user decided to
turn it off for a FileClass instance.
| author | Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net> |
|---|---|
| date | Thu, 21 Jun 2007 07:35:51 +0000 |
| parents | 326269886c32 |
| children | d52488e522a6 |
line wrap: on
line diff
--- a/CHANGES.txt Wed May 16 09:42:36 2007 +0000 +++ b/CHANGES.txt Thu Jun 21 07:35:51 2007 +0000 @@ -17,7 +17,10 @@ - Fix handling of defaults for date fields - Fix <form> name in user editing to allow multilink popups to work - Fix form handling of editing existing hyperdb items from a new item page. - +- Added new rdbms-indexes for full-text index which will speed up + reindexing. +- Turning off indexing for content properties of FileClass instance + (e.g., "file" and "msg") now works for SQL backends. 2007-02-15 1.3.3 Fixed:
