Re: PostgreSQL Volume Question

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Data Ace <dataace9(at)gmail(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: PostgreSQL Volume Question
Date: 2018-06-14 22:30:22
Message-ID: 540f4e66-24c0-507d-9610-8c0f1205798b@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 06/14/2018 02:33 PM, Data Ace wrote:
> Hi, I'm new to the community.
>
> Recently, I've been involved in a project that develops a social network
> data analysis service (and my client's DBMS is based on PostgreSQL).
> I need to gather huge volume of unstructured raw data for this project,
> and the problem is that with PostgreSQL, it would be so dfficult to
> handle this kind of data. Are there any PG extension modules or methods
> that are recommended for my project?

In addition to Ravi's questions:

What does the data look like?

What Postgres version?

How is the data going to get from A <--> B, local or remotely or both?

Is there another database or program involved in the process?

>
> Thanks in advance.

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Daniel Lagerman 2018-06-14 22:31:30 Re: Impact of multixact "members" limit exceeded
Previous Message Ravi Krishna 2018-06-14 21:38:00 Re: PostgreSQL Volume Question