Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Will Brubaker

    (@willthewebmechanic)

    Automattic Happiness Engineer

    Hey Toby,

    First huge thanks for the code contributions you have made to this plugin. Someday I’ll get around to releasing a new version which incorporates those changes – and it looks like people want that functionality so a big digital high-five to you.

    All surveys and their respective responses are stored in the wp_options table and the type of data for option_value is longtext which can store up to 4GB of data – so there’s your absolute limit, but of course other data is stored in that field in addition to survey responses. Everything for all surveys is crammed into that one field. As the amount of data in that field increases more system resources will be required to extract it and parse it and eventually you’re probably going to bump up against some system limitation before you reach the max data size of 4GB.

    Most of that I just pulled out of thin air, really – but should be close to accurate.

    Plugin Contributor Toby

    (@tobyhawkins)

    Excellent, thank you. I assumed it would be quite high, but just wanted to check.

    And no worries for the code. Glad it was useful. Thanks again for the great plugin.

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

The topic ‘Responses limit’ is closed to new replies.