Title: Database housekeeping
Last modified: May 13, 2021

---

# Database housekeeping

 *  Resolved [elsmore](https://wordpress.org/support/users/elsmore/)
 * (@elsmore)
 * [5 years ago](https://wordpress.org/support/topic/database-housekeeping/)
 * Hi, I’ve noticed wp_wplc_chat_sessions and wp_wplc_actions_queue are getting 
   quite large (almost 30k rows and a combined 20MB) and I don’t believe it’s necessary
   in our particular case. Can I safely DELETE from those tables?
 * I can’t see any way to clean up data from within the plugin – it would be useful
   to have this feature.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Support [wpdev3cx](https://wordpress.org/support/users/wpdev3cx/)
 * (@wpdev3cx)
 * [5 years ago](https://wordpress.org/support/topic/database-housekeeping/#post-14433951)
 * Hi [@elsmore](https://wordpress.org/support/users/elsmore/),
    wp_wplc_chat_sessions
   table is responsible for the chat history store. You are able to clean chat history
   from chat history menu , expand Actions And Filters and select from actions button“
   Clean sessions history”. This process will clean the table wp_wplc_chat_sessions
   and its corresponding messages from wp_wplc_chat_msgs.
 * Table wp_wplc_actions_queue is a table which exists for backward compatibility
   and you are able to clean it up with a delete command at any time if you have
   already install the latest version of our plugin. Any other manual deletion in
   database it is possible to create issues to your installation, so be very careful.
 *  Thread Starter [elsmore](https://wordpress.org/support/users/elsmore/)
 * (@elsmore)
 * [5 years ago](https://wordpress.org/support/topic/database-housekeeping/#post-14434043)
 * That’s great, thanks for your help.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Database housekeeping’ is closed to new replies.

 * ![](https://ps.w.org/wp-live-chat-support/assets/icon-256x256.png?rev=2405258)
 * [3CX Free Live Chat, Calls & Messaging](https://wordpress.org/plugins/wp-live-chat-support/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-live-chat-support/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-live-chat-support/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-live-chat-support/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-live-chat-support/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-live-chat-support/reviews/)

## Tags

 * [databse](https://wordpress.org/support/topic-tag/databse/)

 * 2 replies
 * 2 participants
 * Last reply from: [elsmore](https://wordpress.org/support/users/elsmore/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/database-housekeeping/#post-14434043)
 * Status: resolved