Message8166
On Wed, Oct 23, 2024 at 06:10:33PM +0000, John Rouillard wrote:
> Also is this correct?
>
> + ), "Most settings in this section (except for backend and debug_filter)\n"
> + "are used by RDBMS backends only.",
>
> does debug_filter have any use if you are using dbm?
Sure!
The whole point of using hyperdb.filter for the filtering of search
results is that it also works for non-rdbms backends. For the anydbm
backend using a filter method will probably not improve performance
since filtering still happens in python. But you *can* debug your
permission filter methods with an anydbm backend and later move to
rdbms.
Thanks for looking into this!
Ralf
--
Dr. Ralf Schlatterbeck Tel: +43/2243/26465-16
Open Source Consulting www: www.runtux.com
Reichergasse 131, A-3411 Weidling email: office@runtux.com |
|
Date |
User |
Action |
Args |
2024-10-24 06:33:38 | schlatterbeck | set | recipients:
+ schlatterbeck, rouilj |
2024-10-24 06:33:38 | schlatterbeck | link | issue2551330 messages |
2024-10-24 06:33:38 | schlatterbeck | create | |
|