Carlo Ascani

Read Blogs

Technical Blog
I’m going to demonstrate how it is possible to use dblink in Greenplum 4.0.4.0 What’s dblink? —————— dblink is a PostgreSQL contrib module that allows to execute queries on another database. Current PostgreSQL’s architeture requires users to connect to a specific database on a server. Therefore, it is not possible to natively perform an SQL query on a different database. Normally we discourage...
Technical Blog
In this article we are going to show you how to write PL/Java functions in Greenplum. I assume that you have a working Greenplum (or Greenplum Community Edition) at your disposal. In this example we will use version **4.0.4**, installed in /usr/local/greenplum-db-4.0.4.0 (which is the default location). # Install PL/Java In order to use PL/Java in a Greenplum Database, you must install **JDK 1.6**...
Technical Blog
[*MADlib*](http://madlib.net) is an open-source library for scalable in-database analytics which targets the PostgreSQL and the Greenplum databases. MADlib version 0.2beta needs to be installed properly to follow this article, so we encourage you to read the [official documentation](http://github.com/madlib/madlib/wiki/Installation-Guide-%28v0.2beta%29) to install it in a Greenplum database. I’m...