• Resolved dmac

    (@darrenmcentee)


    Hi,
    I’m scoping out this plugin for a potential client project and have questions about your data storage approach.

    Specifically, I need to know:
    Where do you store user settings and event log entries – in WordPress core tables or in custom tables?
    How do you handle data growth, particularly for event logs which may accumulate significantly?

    Our client’s project will likely generate substantial data, and we’re concerned about efficiency if data is stored in wp_posts and wp_postmeta tables, which can grow quickly with regular posts or CPTs.

    I’m looking for the most efficient solution for this implementation.
    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Steve Burge

    (@stevejburge)

    Hi @darrenmcentee

    Thanks for your interest in Logtivity. The advantage with our solution is that none of that data is stored on your site. No core tables. No custom tables. We move all the logs to the cloud so there are no worries about data growth.

    Thread Starter dmac

    (@darrenmcentee)

    Thank you for the clarification on that.

    Plugin Author Steve Burge

    (@stevejburge)

    Sure thing, we’re here if you have any questions at all.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.