This is a staging site. Uploads will not persist. Testing only.

postgresql-16-pg-hint-plan

support for optimizer hints in PostgreSQL

PostgreSQL uses a cost-based optimizer that uses data statistics, not static rules. The planner (optimizer) estimates costs of each possible execution plans for a SQL statement, then executes the plan with the lowest cost. The planner does its best to select the best execution plan, but it is far from perfect, since it may not count some data properties, like correlation between columns.

libgtp10

library implementing the GTP protocol between SGSN and GGSN

OsmoGGSN is a Gateway GPRS Support Node (GGSN). It is used by mobile operators as the interface between the Internet and the rest of the mobile network infrastructure.

php8.4-imagick

Provides a wrapper to the ImageMagick library

Imagick is a native php extension to create and modify images using the ImageMagick API.

php8.4-mongodb

MongoDB driver for PHP

The purpose of this driver is to provide exceptionally thin glue between MongoDB and PHP, implementing only fundemental and performance-critical components necessary to build a fully-functional MongoDB driver.

php8.4-memcached

memcached extension module for PHP, uses libmemcached

Memcached is a caching daemon designed especially for dynamic web applications to decrease database load by storing objects in memory.

php8.4-pcov

Code coverage driver

A self contained php-code-coverage compatible driver for PHP7.