[ale] Switching a production news site to postgresql

Jeff Hubbs jhubbslist at att.net
Thu Dec 20 19:54:12 EST 2018


The way that I've come to understand it is a little bit analogous to the 
RISC/CISC concept of the early 1990s. For certain use cases in code, it 
*may* be more efficient to use a noSQL app than an RDBMS. Historically, 
I've written code with the idea of letting RDBMSses do the heavy 
lifting, but perhaps the approach to use today is to game out your app 
in good faith both with a noSQL backend and an RDBMS backend and see if 
there are huge benefits to be had with one versus the other.

It may make a difference depending on what's going on in the larger 
environment: is your data store backend being hit by more than one app 
at once and how does that affect your determination re the above.

On 12/20/18 7:39 PM, Jonathan Meek via Ale wrote:
> This was a cool article. I have found myself looking more at regular 
> SQL DB solutions than NoSQL DB solutions.
>
> Does anyone on list use a NoSQL DB in production and if so, what was 
> the reason for using it?
>
> I am just curious because I am not understanding the business case for 
> using a NoSQL solution.
>
> Regards,
>
> Jonathan
>
> On Dec 19, 2018, at 7:53 PM, Jim Kinney via Ale <ale at ale.org 
> <mailto:ale at ale.org>> wrote:
>
>> The mongo didn't do what was needed so they converted to postgresql. 
>> Nice article with links to tools used.
>>
>> https://www.theguardian.com/info/2018/nov/30/bye-bye-mongo-hello-postgres
>> -- 
>> Sent from my Android device with K-9 Mail. All tyopes are thumb 
>> related and reflect authenticity.
>> _______________________________________________
>> Ale mailing list
>> Ale at ale.org <mailto:Ale at ale.org>
>> https://mail.ale.org/mailman/listinfo/ale
>> See JOBS, ANNOUNCE and SCHOOLS lists at
>> http://mail.ale.org/mailman/listinfo
>
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> https://mail.ale.org/mailman/listinfo/ale
> See JOBS, ANNOUNCE and SCHOOLS lists at
> http://mail.ale.org/mailman/listinfo


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.ale.org/pipermail/ale/attachments/20181220/77290bca/attachment.html>


More information about the Ale mailing list