I don't see any enterprise customer using this. MS SQL server is relatively cheap. Now if this thing can work for Oracle or IBM DB2 , then may be it will be worth the risk.
> MS SQL server is relatively cheap At $14K/core [0] for the Enterprise edition, it doesn't fit exactly on my definition of cheap. Sure, it's 1/4th of Oracle's price, but still translates to 6-7 figures for even small deployments, which again is not cheap to me. But I guess the main attractiveness for current SQL Server uses might be more on the licensing terms/compliance problems than the cost. Just trying to unders…
Open-Source Babelfish for Postgres
21–30 of 33 posts
Re: Open-Source Babelfish for Postgres
#22Also: I wonder if the shiny GUI tools that exist for MSSQL will then work from PG, and ... to what extend these tools will work with regular PG tables.
I really like DBeaver[1] (what I use myself), but I've seen stuff done by MSSQL DBAs using expensive GUI tools that have amazed me.
[1]: https://dbeaver.io/
Re: Open-Source Babelfish for Postgres
#23I don't see any enterprise customer using this. MS SQL server is relatively cheap. Now if this thing can work for Oracle or IBM DB2 , then may be it will be worth the risk.
Same was said for Lyenuks (Linux), Apache, etc.
Re: Open-Source Babelfish for Postgres
#24The instruction for doing so is far from simple if you do not have a dev. background.
I look forward to using it. T-Sql is still the dialect I know best.
Re: Open-Source Babelfish for Postgres
#25I don't see any enterprise customer using this. MS SQL server is relatively cheap. Now if this thing can work for Oracle or IBM DB2 , then may be it will be worth the risk.
> MS SQL server is relatively cheap At $14K/core [0] for the Enterprise edition, it doesn't fit exactly on my definition of cheap. Sure, it's 1/4th of Oracle's price, but still translates to 6-7 figures for even small deployments, which again is not cheap to me. But I guess the main attractiveness for current SQL Server uses might be more on the licensing terms/compliance problems than the cost. Just trying to unders…
Licenses are sold in 2-core packs, so it's $7,000 per core. (The link you included is the 2-core pack pricing.)
> still translates to 6-7 figures for even small deployments
The majority of deployments are 8 cores or less [0], so even if they were Enterprise - which they're not - they're 5 figures. Not saying it's cheap, but it's an order of magnitude less expensive than what you're suggesting.
[0]: https://www.brentozar.com/archive/2020/03/sql-constantcare-p...
Re: Open-Source Babelfish for Postgres
#26Earlier quoted context omitted.
> MS SQL server is relatively cheap At $14K/core [0] for the Enterprise edition, it doesn't fit exactly on my definition of cheap. Sure, it's 1/4th of Oracle's price, but still translates to 6-7 figures for even small deployments, which again is not cheap to me. But I guess the main attractiveness for current SQL Server uses might be more on the licensing terms/compliance problems than the cost. Just trying to unders…
I can get on the phone with a sales rep and get a custom quote in a few hours, without having to read a thing. And it'll probably be at least 30-50% (or more) discounted from whatever is listed. Microsoft has operated this way for decades. It's cost has also never once come up in a budget review meeting.
People shouldn't underestimate the commoditization of databases that has occurred since MySQL and Postgres became acceptable alternatives.
Re: Open-Source Babelfish for Postgres
#27Earlier quoted context omitted.
I can get on the phone with a sales rep and get a custom quote in a few hours, without having to read a thing. And it'll probably be at least 30-50% (or more) discounted from whatever is listed. Microsoft has operated this way for decades. It's cost has also never once come up in a budget review meeting.
That's largely because alternatives like Postgres exist. If they didn't then I'm pretty sure the the conversation would be more along the lines of "take it or leave it." People shouldn't underestimate the commoditization of databases that has occurred since MySQL and Postgres became acceptable alternatives.
Re: Open-Source Babelfish for Postgres
#28Other comments on this suggest it's very important to them, which is a surprise to me.
Rather, I would have bet on either the performance characteristics for your particular situation, the knowledge of your programmers (or db admins) / recruitment pool, or perhaps integrations with other software.
Still, a very useful looking tool, don't want to knock it.
Re: Open-Source Babelfish for Postgres
#29Earlier quoted context omitted.
> MS SQL server is relatively cheap At $14K/core [0] for the Enterprise edition, it doesn't fit exactly on my definition of cheap. Sure, it's 1/4th of Oracle's price, but still translates to 6-7 figures for even small deployments, which again is not cheap to me. But I guess the main attractiveness for current SQL Server uses might be more on the licensing terms/compliance problems than the cost. Just trying to unders…
> At $14K/core [0] for the Enterprise edition Licenses are sold in 2-core packs, so it's $7,000 per core. (The link you included is the 2-core pack pricing.) > still translates to 6-7 figures for even small deployments The majority of deployments are 8 cores or less [0], so even if they were Enterprise - which they're not - they're 5 figures. Not saying it's cheap, but it's an order of magnitude less expensive than w…
Re: Open-Source Babelfish for Postgres
#30It's interesting, I wouldn't have guessed the SQL dialect differences to be the main reason to pick one database over another. Other comments on this suggest it's very important to them, which is a surprise to me. Rather, I would have bet on either the performance characteristics for your particular situation, the knowledge of your programmers (or db admins) / recruitment pool, or perhaps integrations with other soft…