• Resolved charles godwin

    (@charlesgodwin)


    In Data Explorer ==> Manage ==> Settings there is a field named “Use Hard Estimate” that allows input of a row count and an icon to calculate the count.

    I run a semi-automatic process to add rows in batches of several thousand. I’d like to programmatically update this value. Where can I find the value?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Passionate Programmer Peter

    (@peterschulznl)

    The “Use Hard Estimate” value is store in table wp_wpda_table_settings. To access the value you need to provide your database and table.

    Settings are stored in JSON format. The “Use Hard Estimate” value is stored in:
    table_settings >row_count_estimate_value_hard

    Hope this helps. Have a great weekend. 😊

    Thread Starter charles godwin

    (@charlesgodwin)

    Thanks. I’ll get busy and try not to break anything. 😉

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

The topic ‘Access to internal WPDA data’ is closed to new replies.