table of contents
Apache::Session::Browseable(3pm) | User Contributed Perl Documentation | Apache::Session::Browseable(3pm) |
NAME¶
Apache::Session::Browseable - Add index and search methods to Apache::Session
DESCRIPTION¶
Apache::Session::browseable provides some class methods to manipulate all sessions and add the capability to index some fields to make research faster.
It has been written to increase performances of LemonLDAP::NG. Read the chosen module documentation carefully to set the indexes.
AVAILABLE MODULES¶
SQL databases¶
PostgreSQL
- Apache::Session::Browseable::Postgres
- Apache::Session::Browseable::PgHstore: uses "hstore" field
- Apache::Session::Browseable::PgJSON: uses "json/jsonb" field
MySQL or MariaDB
- Apache::Session::Browseable::MySQL: for MySQL and MariaDB
- Apache::Session::Browseable::MySQLJSON: for MySQL only, uses "json" field
Other
NoSQL¶
SEE ALSO¶
Apache::Session, <http://lemonldap-ng.org>, <https://lemonldap-ng.org/documentation/2.0/performances#performance_test>
AUTHOR¶
Xavier Guimard, <x.guimard@free.fr>
COPYRIGHT AND LICENSE¶
Copyright (C):
- 2009-2017 by Xavier Guimard
- 2013-2017 by Clement Oudot
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available.
2022-12-07 | perl v5.36.0 |