Suneido

Integrated Application Platform

  • Home
  • Learning
    • Suneido Manual
    • Beginners
      • Inside Suneido
      • The Suneido Programming Language
      • The Suneido Database
      • Installing Suneido
      • Building Suneido
      • IDE Go To Tour
      • Upgrading To A New Release
    • Advanced
      • Canvas Control
      • DrawControl Part 1
      • DrawControl Part 2
      • DrawControl Part 3
      • SAX Like XML Processing
      • A Plug-In Architecture
      • A Simple Wizard Framework
      • An HTML Include Facility
      • An RSS 2 Feed Creator
      • MIME Generation
      • A New Add-on Facility
      • Workspace Improvement Hack
    • Mockito for Suneido
    • The Suneido Task Scheduler
    • Contributing To Suneido
    • Contributor Assignment of Copyright
    • Language Translation
    • Future Directions
    • Interview With Andrew Mckinlay
  • Forum
    • Announcements
    • Internals & Enhancements
    • Cookbook
    • General
  • FAQ
  • Screenshots
  • Downloads
  • Links

What limits does Suneido have?

September 25, 2014 By

  • approximately 16 gb database size
  • no hard-coded limits on the number of tables, records, fields, indexes – but memory and database size will impose limits
  • approximately 100 concurrent database server connections (users)
  • maximum string/field/record size will be limited by memory issues – a megabyte is reasonable, much more will likely run into problems
  • no fixed limit on heap size, a few hundred megabytes is reasonable
  • numbers use a decimal floating point representation that has at least 13 digits of precision (often more – integers have 16 digits) and an exponent range of +/- 511
  • dates handle from the year 1600 on, times have millisecond precision

Contact Us | Legal Statement | Privacy Statement | SiteMap

Copyright © 2023 Axon® Development Corporation. All Rights Reserved. - Open Source Integrated Database and Programming Language