notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2022Q3
postgresql-cstore_fdw Columnar store for analytics with PostgreSQL
1.7.0 databases on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.7.0Version of this port present on the latest quarterly branch.
Maintainer: farrokhi@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2017-06-13 10:28:39
Last Update: 2023-08-30 19:31:10
Commit Hash: 209a16c
People watching this port, also watch:: json-c, sysinfo, python, miller
License: APACHE20
WWW:
https://github.com/citusdata/cstore_fdw
Description:
Cstore_fdw is a extension of PostgreSQL. This extension uses the Optimized Row Columnar (ORC) format for its data layout. ORC improves upon the RCFile format developed at Facebook, and brings the following benefits: - Compression: Reduces in-memory and on-disk data size by 2-4x. Can be extended to support different codecs. - Column projections: Only reads column data relevant to the query. Improves performance for I/O bound queries. - Skip indexes: Stores min/max statistics for row groups, and uses them to skip over unrelated rows. Further, cstore_fdw used the Postgres foreign data wrapper APIs and type representations with this extension. This brings: - Support for 40+ Postgres data types. The user can also create new types and use them. - Statistics collection. PostgreSQL's query optimizer uses these stats to evaluate different query plans and pick the best one. - Simple setup. Create foreign table and copy data. Run SQL.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (16 items)
Collapse this list.
  1. /usr/local/share/licenses/postgresql13-cstore_fdw-1.7.0/catalog.mk
  2. /usr/local/share/licenses/postgresql13-cstore_fdw-1.7.0/LICENSE
  3. /usr/local/share/licenses/postgresql13-cstore_fdw-1.7.0/APACHE20
  4. lib/postgresql/cstore_fdw.so
  5. share/postgresql/extension/cstore_fdw--1.0--1.1.sql
  6. share/postgresql/extension/cstore_fdw--1.1--1.2.sql
  7. share/postgresql/extension/cstore_fdw--1.2--1.3.sql
  8. share/postgresql/extension/cstore_fdw--1.3--1.4.sql
  9. share/postgresql/extension/cstore_fdw--1.4--1.5.sql
  10. share/postgresql/extension/cstore_fdw--1.5--1.6.sql
  11. share/postgresql/extension/cstore_fdw--1.6--1.7.sql
  12. share/postgresql/extension/cstore_fdw--1.7.sql
  13. share/postgresql/extension/cstore_fdw.control
  14. @owner
  15. @group
  16. @mode
Collapse this list.
Dependency lines:
  • postgresql13-cstore_fdw>0:databases/postgresql-cstore_fdw
To install the port:
cd /usr/ports/databases/postgresql-cstore_fdw/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/postgresql-cstore_fdw
  • pkg install postgresql13-cstore_fdw
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: postgresql13-cstore_fdw
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1633795109 SHA256 (citusdata-cstore_fdw-v1.7.0_GH0.tar.gz) = bd8a06654b483d27b48d8196cf6baac0c7828b431b49ac097923ac0c54a1c38c SIZE (citusdata-cstore_fdw-v1.7.0_GH0.tar.gz) = 93313

Expand this list (2 items)

Collapse this list.

SHA256 (2b6bf67ca60faf5a3ebe914fad53257a634ae48a.patch) = 5a396090cb99ae6af5774c65ed4e1d5e0f249b79e8d734624688fee174bd73d5 SIZE (2b6bf67ca60faf5a3ebe914fad53257a634ae48a.patch) = 16786

Collapse this list.


Packages (timestamps in pop-ups are UTC):
postgresql12-cstore_fdw
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.7.01.7.0--1.7.0---
FreeBSD:13:quarterly1.7.01.7.0--1.7.01.7.01.7.01.7.0
FreeBSD:14:latest1.7.01.7.0--1.7.0---
FreeBSD:14:quarterly1.7.01.7.0--1.7.01.7.01.7.01.7.0
FreeBSD:15:latest1.7.01.7.0n/a-n/a1.7.01.7.01.7.0
FreeBSD:15:quarterly--n/a-n/a---
 

postgresql13-cstore_fdw
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--------
FreeBSD:14:latest-----1.7.0-1.7.0
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
  2. postgres : databases/postgresql13-server
  3. as : devel/binutils
Runtime dependencies:
  1. postgres : databases/postgresql13-server
Library dependencies:
  1. libprotobuf-c.so : devel/protobuf-c
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
databases_postgresql-cstore_fdw
USES:
gmake pgsql:11-13
pkg-message:
If upgrading from < 1.6:
If you are upgrading cstore_fdw from a version prior to 1.6, you need to execute the following steps: - Restart the PostgreSQL server; - Run ALTER EXTENSION cstore_fdw UPDATE; Please, visit the following URL for more information: https://github.com/citusdata/cstore_fdw/blob/master/README.md
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/citusdata/cstore_fdw/tar.gz/v1.7.0?dummy=/
Collapse this list.

There are no commits on branch 2022Q3 for this port