CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Pre-installation Questions (Moderator: Dave Greenberg) »
  • Custom Fields - Limitation?
Pages: [1]

Author Topic: Custom Fields - Limitation?  (Read 1054 times)

kathykelley

  • Guest
Custom Fields - Limitation?
October 21, 2008, 08:54:11 am
I have been reading and am confused as to if there is a limitation on the number of custom fields that can be created in the most current version of civicrm.  It looks like for older versions there was a limit of about 30 (20 to be safe).  Current articles say it is unlimited.  Could someone please provide me with the correct answer?

I have a client that has over 100 fields (coming from Kintera) that they would like to move over.

Thank you for your help.

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Custom Fields - Limitation?
October 21, 2008, 10:24:12 am

We will fix the documentation today and clean that section up today. Custom groups/fields are backed by mysql tables, so they have the same advantages/limitations of mysql tables. You'll need to think about db design and schema as you plan custom groups/fields. For example in the below case splitting the fields into 5 to 10 groups of 10 to 20 fields in each group seems a reasonable choice. Having too many groups (> 40?) you might run into mysql LEFT JOIN limiations. Having too many fields in one group, you might run into mysql max row size limitations

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Pre-installation Questions (Moderator: Dave Greenberg) »
  • Custom Fields - Limitation?

This forum was archived on 2017-11-26.