From: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> |
---|---|
To: | "Gauthier, Dave" <dave(dot)gauthier(at)intel(dot)com>, Postgres General <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: DB access speeds, App(linux)<->PG(linux) vs App(linux) <->MSSql(Windows) |
Date: | 2015-06-24 14:03:50 |
Message-ID: | 558AB8C6.6020005@aklaver.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 06/24/2015 06:44 AM, Gauthier, Dave wrote:
> Hi: I'm trying to get a 10,000 ft understanding of the difference in DB
> access speeds for two different scenarios...
>
> Scenario 1: Apps are on linux. PG DB is on linux (different server
> than apps)
>
> Scenario 2: Apps are on linux. MSSql DB is on Windows (obviously a
> different server)
>
> The apps are typically perl scripts using Perl DBI.
>
> I'm thinking that since perl has a DBD driver for PG, that would be
> faster than going through ODBC to get to the MsSQL DB, but I'm not sure
> about that.
>
> Any insights/guesses ?
Not without more information.
1) The same schema, data on both DB servers?
2) Are they the same apps?
3) What are the apps doing?
>
> Thanks in Advance.
>
--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Holger.Friedrich-Fa-Trivadis | 2015-06-24 14:04:13 | Re: mirroring a server and/or hot standby |
Previous Message | Geoff Winkless | 2015-06-24 14:03:13 | Re: Counting the occurences of a substring within a very large text |