25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-10-31 15:21:38 +01:00
xmpp.chapril.org-ejabberd/src/mod_pubsub
Pablo Polvorin 3e6b88cbc3 Fix pubsub_state mnesia table definition
Partially bound lookups keys only works efficiently if the table
type if ordered_set.
If the table is a set, then it is implemented as a hashtable,
and if the lookup key isn't fully bound an entire table scan
is neccesarly.
2012-12-21 12:48:27 -03:00
..
gen_pubsub_node.erl binary refactoring 2012-09-11 15:45:59 +02:00
gen_pubsub_nodetree.erl binary refactoring 2012-09-11 15:45:59 +02:00
Makefile.in binary refactoring 2012-09-11 15:45:59 +02:00
Makefile.win32 add new pubsub modules in win32 Makefile 2009-08-07 13:37:29 +00:00
mod_pubsub_odbc.erl clean the pubsub odbc patch 2012-10-01 11:48:08 +02:00
mod_pubsub.erl Fix pubsub_state mnesia table definition 2012-12-21 12:48:27 -03:00
node_buddy.erl binary refactoring 2012-09-11 15:45:59 +02:00
node_club.erl binary refactoring 2012-09-11 15:45:59 +02:00
node_dag.erl binary refactoring 2012-09-11 15:45:59 +02:00
node_dispatch.erl binary refactoring 2012-09-11 15:45:59 +02:00
node_flat_odbc.erl binary refactoring 2012-09-11 15:45:59 +02:00
node_flat.erl binary refactoring 2012-09-11 15:45:59 +02:00
node_hometree_odbc.erl binary refactoring 2012-09-11 15:45:59 +02:00
node_hometree.erl Fix pubsub_state mnesia table definition 2012-12-21 12:48:27 -03:00
node_mb.erl binary refactoring 2012-09-11 15:45:59 +02:00
node_pep_odbc.erl binary refactoring 2012-09-11 15:45:59 +02:00
node_pep.erl binary refactoring 2012-09-11 15:45:59 +02:00
node_private.erl binary refactoring 2012-09-11 15:45:59 +02:00
node_public.erl binary refactoring 2012-09-11 15:45:59 +02:00
node.template Update copyright dates 2012-02-23 17:52:34 +02:00
nodetree_dag.erl binary refactoring 2012-09-11 15:45:59 +02:00
nodetree_tree_odbc.erl binary refactoring 2012-09-11 15:45:59 +02:00
nodetree_tree.erl binary refactoring 2012-09-11 15:45:59 +02:00
nodetree_virtual.erl binary refactoring 2012-09-11 15:45:59 +02:00
pubsub_db_odbc.erl binary refactoring 2012-09-11 15:45:59 +02:00
pubsub_debug.erl put cleaning code to pubsub_debug 2012-09-12 15:08:39 +02:00
pubsub_index.erl binary refactoring 2012-09-11 15:45:59 +02:00
pubsub_odbc.patch clean the pubsub odbc patch 2012-10-01 11:48:08 +02:00
pubsub_subscription_odbc.erl binary refactoring 2012-09-11 15:45:59 +02:00
pubsub_subscription.erl binary refactoring 2012-09-11 15:45:59 +02:00
pubsub.hrl binary refactoring 2012-09-11 15:45:59 +02:00