Lot of users subscribed to many groups cause that the GJ notification table become really heavy. 30 groups, with 12.000 users every group generate a 170MB of table in the DB.
Could be possible to store into the table only "true" values that matches notifications effectivly choosen by users? Could this decrease the amount of used space?
I cold have a group with more than 100.000 users, in that case I would have a really really heavy DB table.
Shouldn't matter, database tables don't have row limitation issues. It only affects lookup, which isn't a problem as the queries are reduced by where statements and have indexes for common lookups. Same can be said for GJ Groups tables, for example you could have 100,000 groups. Same for _users or _comprofiler as you could have 400,000+ users, etc... based purely off auto-increment you can have something like 4 billion rows. You can reduce its size if you want by changing it from MyISAM to InnoDB.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.