Re: storing large files in database - performance

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: storing large files in database - performance
Date: 2017-05-16 14:47:01
Message-ID: 4178174c-fcb3-5cb5-a4f0-5a54ab124573@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 5/16/2017 5:25 AM, Eric Hill wrote:
> I do have the Sequelize ORM and the pg driver in between my code and
> the database.

Can you try a similar test without the ORM, just going straight from
node.js to sql ?

--
john r pierce, recycling bits in santa cruz

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2017-05-16 14:49:34 Re: Help: Installing 9.6 breaks local connections to 9.2 on Centos 6.9
Previous Message John R Pierce 2017-05-16 14:44:24 Re: storing large files in database - performance