Category

GreenplumPython

How to Play Python3 with GPDB6

We recently released GreenplumPython, a Python library that allows users to interact with Greenplum or PostgreSQL in a Pythonic way. GreenplumPython provides a pandas-like table API that is familiar and intuitive to Python users. GreenplumPython is making it powerful for performing complex analyses such as statistical analysis with

Read More »

How to implement TPC-H queries with GreenplumPython

A quick demonstration and examples. TPCH benchmark   TPC-H is a benchmark developed to evaluate the performance of large-scale SQL and relational databases by the execution of sets of queries. It has 22 queries against a standard database under controlled conditions. These queries: Give answers to real-world business questions

Read More »