X

PostgreSQL 8.3 designed for better speed

Programmers say the new version of the open-source database is 5 to 30 percent faster and works better on Windows.

Stephen Shankland Former Principal Writer
Stephen Shankland worked at CNET from 1998 to 2024 and wrote about processors, digital photography, AI, quantum computing, computer science, materials science, supercomputers, drones, browsers, 3D printing, USB, and new computing technology in general. He has a soft spot in his heart for standards groups and I/O interfaces. His first big scoop was about radioactive cat poop.
Expertise Processors, semiconductors, web browsers, quantum computing, supercomputers, AI, 3D printing, drones, computer science, physics, programming, materials science, USB, UWB, Android, digital photography, science. Credentials
  • Shankland covered the tech industry for more than 25 years and was a science writer for five years before that. He has deep expertise in microprocessors, digital photography, computer hardware and software, internet standards, web technology, and more.
Stephen Shankland
2 min read

Programmers behind the PostgreSQL project released the new version 8.3 of the open-source database software Monday, saying they've boosted improved performance 5 percent to 30 percent and added several useful features.

One of the performance improvements comes from a technology called heap-optimized tables, which reduces the amount of effort a computer must expend updating the frequently changed elements of the database. Other improvements reduce the penalty of taking periodic snapshots of the database and an speed some transactions though an "asynchronous commit" ability, the organization said.

Other features include "synchronized scan," which makes data mining less taxing on servers' input-output communication abilities; the ability to analyze XML data using SQL database queries; the ability to build the PostgreSQL software itself using Microsoft' Visual C++ programming tool for more stability and performance on Windows; a less taxing system for logging; and a built-in text-search tool.

Sun Microsystems has been a major PostgreSQL sponsor, bundling the software with its Solaris operating system, but more recently, Sun decided to pay $1 billion for MySQL, the company behind another open-source database.

Sun's top software executive offered warm words for PostgreSQL.

"PostgreSQL 8.3 is an impressive new release, and we encourage customers around the world to explore it," Rich Green, Sun's executive vice president of software, said in a statement.

The most recent version of the software, 8.2, was released in December 2006, said Josh Berkus, a Sun employee who works on the PostgreSQL project.

Update 8:50 a.m. PST February 5: When asked what its current database priority is, Sun wouldn't be pinned down. "Open source is about choice," Ian Murdock, vice president of Sun's connected developer group, said in a statement. "Sun supports various databases including MySQL, PostgreSQL, and Java DB, and supports the broadest range of technology to maximize flexibility for its customers."