Query Hugging Face Datasets from Postgres
Crunchy Data | PostgreSQL Blog
by Elizabeth Christensen
3d ago
If you missed the database news lately, you could have missed that we just fused DuckDB with Postgres to build a really fast analytics platform based on Postgres. There’s so many interesting things you can do with this platform so expect to hear from me again ?. Today I just want to show off one really simple trick for getting big data sets or training data into Postgres through Hugging Face. Hugging Face is a community repository of datasets, LLMs, models and other resources for Machine Learning and AI. In addition to all the cool stuff they have going on with ML - the Hugging Face dataset re ..read more
Visit website
Magic Tricks for Postgres psql: Settings, Presets, Echo, and Saved Queries
Crunchy Data | PostgreSQL Blog
by Elizabeth Christensen
6d ago
As I’ve been working with Postgres psql cli, I’ve picked up a few good habits from my Crunchy Data co-workers that make my terminal database environment easier to work with. I wanted to share a couple of my favorite things I’ve found that make getting around Postgres better. If you’re just getting started with psql, or haven’t ventured too far out of the defaults, this is the post for you. I’ll walk you through some of the friendliest psql settings and how to create your own preset settings file. Some of the most helpful psql commands Formatting psql output Postgres has an expanded display mod ..read more
Visit website
Running TPC-H Queries on Iceberg Tables from PostgreSQL
Crunchy Data | PostgreSQL Blog
by Önder Kalacı
6d ago
We recently introduced support for querying Iceberg tables from PostgreSQL in Crunchy Bridge for Analytics. Iceberg defines a way to store tables in data lakes (usually as Parquet files in S3) with support for snapshots and other important database features, and it is designed with high performance analytics in mind. If you’re new to Crunchy Bridge, it offers a fully managed PostgreSQL experience. Crunchy Bridge for Analytics extends these capabilities, enabling you to query and interact with object storage using Postgres, now including Iceberg tables on S3. In this post, we will explore runni ..read more
Visit website
Parallel Queries in Postgres
Crunchy Data | PostgreSQL Blog
by Elizabeth Christensen
2w ago
Many folks are surprised to hear that Postgres has parallel queries out of the box. This was released in small batches across a half dozen versions of Postgres, so the major fanfare for having parallelism got a little bit lost. By default Postgres is configured for two parallel workers. The Postgres query planner will assemble a few plans for any given query and will estimate the additional overhead of performing parallel queries, and make a go or no-go decision. Depending on the settings and the calculations of the query planner, parallel queries are typically used by large and long running q ..read more
Visit website
Crunchy Data PostgreSQL 16 Security Technical Implementation Guide Released by DISA
Crunchy Data | PostgreSQL Blog
by Doug Hunley
1M ago
Crunchy Data is pleased to announce the publication of the Crunchy Data PostgreSQL 16 Security Technical Implementation Guide (STIG) by the United States Defense Information Systems Agency (DISA). This update covers Postgres versions 13-16, for previous versions of Postgres see the prior Crunchy Data Postgres STIG. Crunchy Data has collaborated with DISA since 2017 on the PostgreSQL STIG and this new STIG reflects Crunchy Data's ongoing collaboration with DISA and commitment to provide enhanced security guidance for PostgreSQL as it continues to advance and evolve. Data security continues ..read more
Visit website
Kubernetes Operator Meets Fully Managed Postgres
Crunchy Data | PostgreSQL Blog
by Andrew L'Ecuyer
1M ago
As a team you often get handed a piece of software to deploy and manage, for example Red Hat's Ansible Automation Platform (AAP) or Quay. Red Hat's guide is to run and manage this in OpenShift and great, you're already comfortable with OpenShift and have a decent size deployment. Turns out pretty early on you've got a decision to make you didn't even realize was a decision, what are you going to do about the database? Most software needs a database – and the database of choice is overwhelmingly Postgres. But managing stateful systems is a different commitment than stat ..read more
Visit website
Announcing Crunchy Postgres for Kubernetes 5.6: New Features for Seamless Postgres Management
Crunchy Data | PostgreSQL Blog
by Greg Nokes
1M ago
We are excited to introduce Crunchy Postgres for Kubernetes (CPK) 5.6, the latest version of our PostgreSQL Kubernetes operator. This release brings several new features that will elevate your PostgreSQL experience to new heights, ensuring better management, automation, and scalability. Autogrow Postgres storage Managing storage is now simpler with Crunchy Postgres for Kubernetes 5.6. The new storage management feature allows CPK to automatically expand storage for your Postgres clusters as your data grows. Say goodbye to manual resizing and say hello to effortless, automated scaling that keep ..read more
Visit website
Introducing pgCompare: The Ultimate Multi-Database Data Comparison Tool
Crunchy Data | PostgreSQL Blog
by Brian Pace
1M ago
In the evolving world of data management, ensuring consistency and accuracy across multiple database systems is paramount. Whether you're migrating data, synchronizing systems, or performing routine audits, the ability to compare data across different database platforms is crucial. Enter pgCompare, an open-source tool designed to simplify and enhance the process of data comparison across PostgreSQL, Oracle, MySQL, and MSSQL databases. The key features of pgCompare: Multi-Database support: pgCompare stands out with its ability to connect and compare data across four major database systems: Pos ..read more
Visit website
Data Encryption in Postgres: A Guidebook
Crunchy Data | PostgreSQL Blog
by Greg Nokes
2M ago
When your company has decided it's time to invest in more open source, Postgres is the obvious choice. Managing databases is not new and you already have established practices and requirements for rolling out a new database. One of the big requirements we frequently help new customers with on their Postgres adoption is data encryption. While the question is simple, there's a few layers to it that determine which is the right approach for you. Here we'll walk through the pros and cons of approaches and help you identify the right path for your needs. Overview of At-Rest Encryption Methods Let’s ..read more
Visit website
Announcing the Scheduler for Crunchy Bridge
Crunchy Data | PostgreSQL Blog
by Craig Kerstiens
2M ago
Today we're excited to announce a new scheduler for Crunchy Bridge. Scheduler makes it easy for you to create and manage automated database maintenance tasks such as: Refreshing materialized views Performing automated roll-ups from raw data Running partitioning maintenance tasks (run pg_partman automatically) Archiving or pruning old data Scheduler under the covers leverages pg_cron, this means any cron jobs you've already created are automatically available to you. With scheduler you no longer need to manage or configure pg_cron directly, now you have a straightforward interface for control ..read more
Visit website

Follow Crunchy Data | PostgreSQL Blog on FeedSpot

Continue with Google
Continue with Apple
OR