📝
Robert Zou 2
  • Home
  • Hosting
    • What is HelioHost?
    • What HelioHost Offers
    • What HelioHost is Not
    • What is HelioNet?
    • Signing up
    • Why was my account suspended?
    • Terms of Service
  • Accounts
    • International Countries
    • Moving your account
    • Suspension Policy
  • cPanel and Management
    • Uploading Files
    • Changing Your Main Domain
    • Creating MySQL Databases via cPanel
    • Installing GoGetSSL Certificate via cPanel
    • Parked, Addon and Sub Domains
    • Using SSL
  • Tutorials
    • Discord Bot
    • Django
    • Flask
    • Ghost CMS
    • Golang as CGI
    • How to Access cPanel
    • Node.js
    • Perl
    • Python
    • Ruby on Rails
  • FAQ
  • Servers
    • Physical
      • Charlie
      • Eddie
      • Sparkie
      • Stevie
    • Virtual
      • Brody
      • Cody
      • Johnny
      • Lily
      • Ricky
      • Tommy
  • Features
    • ASP.NET
    • cPanel
    • Java/JSP
    • PHP
    • PostgreSQL
    • Python
    • Softaculous
    • Sqlite
    • Storage
    • Unlimited Bandwidth
    • Unlimited Email Accounts
  • Miscellaneous
    • Clear Your Cache
    • Contributing
    • Server Load and Uptime
    • Staff
      • Ashoat
      • Krydos
      • Wolstech
Powered by GitBook
On this page

Was this helpful?

  1. Features

PostgreSQL

PostgreSQL is a powerful, open source object-relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness. It runs on all major operating systems, including Linux, UNIX (AIX, BSD, HP-UX, SGI IRIX, Mac OS X, Solaris, Tru64), and Windows. It is fully ACID compliant, has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages). It includes most SQL:2008 data types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It also supports storage of binary large objects, including pictures, sounds, or video. It has native programming interfaces for C/C++, Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others, and exceptional documentation.

An enterprise class database, PostgreSQL boasts sophisticated features such as Multi-Version Concurrency Control (MVCC), point in time recovery, tablespaces, asynchronous replication, nested transactions (savepoints), online/hot backups, a sophisticated query planner/optimizer, and write ahead logging for fault tolerance. It supports international character sets, multibyte character encodings, Unicode, and it is locale-aware for sorting, case-sensitivity, and formatting. It is highly scalable both in the sheer quantity of data it can manage and in the number of concurrent users it can accommodate. There are active PostgreSQL systems in production environments that manage in excess of 4 terabytes of data. Some general PostgreSQL limits are included in the table below.

PreviousPHPNextPython

Last updated 4 years ago

Was this helpful?