Title: Record limit
Last modified: February 4, 2025

---

# Record limit

 *  [lcp298](https://wordpress.org/support/users/lcp298/)
 * (@lcp298)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/record-limit/)
 * Is there a limit to the number of records or the size of the records? I have 
   2600 records, with 90 fields and 11 logs. No records have entries for all the
   fields or logs (I had to make one database do a lot of different things before
   the Multi Relational addon came out, but transferring it all would be a huge 
   job).
 * On the whole there are no real problems, but it does often run quite slowly. 
   I have checked with our hosting and they say we aren’t maxing out on computing,
   is it just getting too big for the plugin?

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

 *  Plugin Author [Roland Barker](https://wordpress.org/support/users/xnau/)
 * (@xnau)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/record-limit/#post-18285011)
 * There aren’t any limits to the size, we have users with hundreds of thousands
   of records and no reported issues with the scale. The database server is not 
   going to get bogged down by the number of records that are stored, issues with
   volume are going to be related to inefficient access, and things like loading
   or processing all the records when it is not necessary. Participants Database
   has lots of optimizations for handling large databases and avoids these kinds
   of problem.
 * There are many possible reasons for things slowing down, so identifying the specific
   circumstances of slow performance can really help you figure out how to improve
   it. Caching plugins can improve front-end performance, but do little to help 
   things on the backend. It helps to identify if it is specific plugins or theme
   code that is slowing things down.
 * If the situation is that the same page or interaction is sometimes fast and sometimes
   slow, this is an indication of the server struggling to keep up when there happens
   to be a lot of requests from other users on the server at that moment. Shared
   hosting can often have this issue because there can be dozens of websites on 
   the same server, so the momentary demand on the server can vary a lot.
 *  Thread Starter [lcp298](https://wordpress.org/support/users/lcp298/)
 * (@lcp298)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/record-limit/#post-18288541)
 * That’s good to know, thank you.
 * One page in particular takes around 20 seconds to load every time. It has a number(
   currently 24) of pdb_total shortcodes, giving the number of records added each
   month for 2024 and 2025. I’m assuming it’s calculating each one every time it
   loads. I guess I could replace the older ones with the number as it’s not going
   to change, unless there’s a neater solution to do this?
 * Elsewhere we find that saving logs can take several seconds, and is fairly consistent.
 * The theme is minimal as is it an internal website just used for tools using pdb.
 *  Plugin Author [Roland Barker](https://wordpress.org/support/users/xnau/)
 * (@xnau)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/record-limit/#post-18290136)
 * Yes, that’s pretty slow! Those total shortcodes shouldn’t be too much of a problem,
   databases can count records quickly.
 * If saving a log entry takes a long time, I’d say you’re having performance issues
   with your server. Your IT person should be able to tell if that’s the case and
   possibly what can be done about it.
 * If you want to look at the details of what is slowing things down a plugin I’d
   suggest you try is [Query Monitor](https://wordpress.org/plugins/query-monitor/)
   which gives you a thorough breakdown of where database access is slowing things
   down. You should only keep that one activated while investigating.

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

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

 * ![](https://ps.w.org/participants-database/assets/icon-256x256.jpg?rev=1389807)
 * [Participants Database](https://wordpress.org/plugins/participants-database/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/participants-database/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/participants-database/)
 * [Active Topics](https://wordpress.org/support/plugin/participants-database/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/participants-database/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/participants-database/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Roland Barker](https://wordpress.org/support/users/xnau/)
 * Last activity: [1 year, 4 months ago](https://wordpress.org/support/topic/record-limit/#post-18290136)
 * Status: not resolved