Tribler / dispersy

The elastic database system. A database designed for P2P-like scenarios, where potentially millions of computers send database updates around.
http://www.tribler.org
84 stars 43 forks source link

meta_message table is filled with duplicates #532

Open qstokkink opened 7 years ago

qstokkink commented 7 years ago

The meta_message table is filled with duplicate entries for meta messages. Right now for each community all inherited meta messages are duplicated and put into the database.

For the ChannelCommunities in Tribler this means that the same 22 messages are inserted for each new channel found. On my laptop for instance, this leads to 2930*22 rows of duplicate data with a 2 MB (uncompressed) database footprint.