x

Main chapters

  1. LimeSurvey Cloud vs LimeSurvey CE
  2. LimeSurvey Cloud - Quick start guide
  3. LimeSurvey CE - Installation
  4. How to design a good survey (Guide)
  5. Getting started
  6. LimeSurvey configuration
  7. Introduction - Surveys
  8. View survey settings
  9. View survey menu
  10. View survey structure
  11. Introduction - Questions
  12. Introduction - Question Groups
  13. Introduction - Surveys - Management
  14. Survey toolbar options
  15. Multilingual survey
  16. Quick start guide - ExpressionScript
  17. Advanced features
  18. General FAQ
  19. Troubleshooting
  20. Workarounds
  21. License
  22. Version change log
  23. Plugins - Advanced
 Actions

Translations

Translations:General FAQ/43/zh-cn

From LimeSurvey Manual

注意: '调查尺寸' 是指你调查里问题(和答案)的最大数量 - 不要和调查的答复数量混淆(对答复没有限制)。从理论上来说,在 LimeSurvey 里对问题/答案的最大数量也没有限制。但你使用的数据库会有些限制。 最重要的一点就是结果集的字段数量(列)限制。

  • MySQL ISAM: VARCHAR 和 CHAR 列在表中的合计长度最多到 64KB。
  • MySQL InnoDB: 最多 1000 列。
  • MS SQL Server 2000: 最多 1024 列。
  • Postgres: 取决于不同的列的数据类型,列的最大值从 250 到 1600 。可以通过增加默认块的尺寸到32k,使列的最大值增加4倍。参考Installation FAQ and PostgreSQL FAQ.