Redian新闻
>
好像很少有人讨论 PostgreSql的
avatar
好像很少有人讨论 PostgreSql的# Database - 数据库
l*s
1
因为windows上不方便用?
avatar
a*i
2
I am pretty good at it. What do you want to know about it?

【在 l*****s 的大作中提到】
: 因为windows上不方便用?
avatar
s*i
3
s/he wanted to know why it's not popular.

【在 a*****i 的大作中提到】
: I am pretty good at it. What do you want to know about it?
avatar
a*i
4
Not so much publicity(most of the geeks who use mysql and brag about it can
not write a sql statement with more than two selects.:), but it is a very
solid, very good database. And the development has been very active.

【在 s**********i 的大作中提到】
: s/he wanted to know why it's not popular.
avatar
s*i
5

I don't think they can write one with more than one select in
an SQL statement... :)
what's better than MySQL besides you can write sub-select?

【在 a*****i 的大作中提到】
: Not so much publicity(most of the geeks who use mysql and brag about it can
: not write a sql statement with more than two selects.:), but it is a very
: solid, very good database. And the development has been very active.

avatar
a*i
6

I haven't used MySQL much. Tell me what you can do in mysql and I will see
if that can be done in pgsql. Functionality-wise, postgresql is very rich that
I dare say it can compete with Oracle. But speed-wise, it is hmm, a little
lacking. hehe... :)

【在 s**********i 的大作中提到】
:
: I don't think they can write one with more than one select in
: an SQL statement... :)
: what's better than MySQL besides you can write sub-select?

avatar
b*e
7
compete with oracle? hmm.. how about an equivalent for the connect by
prior? please don't tell me to RTFM

【在 a*****i 的大作中提到】
:
: I haven't used MySQL much. Tell me what you can do in mysql and I will see
: if that can be done in pgsql. Functionality-wise, postgresql is very rich that
: I dare say it can compete with Oracle. But speed-wise, it is hmm, a little
: lacking. hehe... :)

avatar
a*i
8
what does "connect by prior" do? @@

【在 b****e 的大作中提到】
: compete with oracle? hmm.. how about an equivalent for the connect by
: prior? please don't tell me to RTFM

avatar
b*e
9
haha.. i'm nice so i am not going to be arrogant and ask you to RTFM :)
but on what basis were you making the assertion that it's not inferior
to oracle feature wise..
connect by prior gives you the hierarchical capabilities.. for example,
to find all children to a given node

【在 a*****i 的大作中提到】
: what does "connect by prior" do? @@
avatar
a*i
10
compete, compete, my friend, I never said it is NOT inferior. :)
Look at the price tag, and you will find why it can *compete* hehe...

【在 b****e 的大作中提到】
: haha.. i'm nice so i am not going to be arrogant and ask you to RTFM :)
: but on what basis were you making the assertion that it's not inferior
: to oracle feature wise..
: connect by prior gives you the hierarchical capabilities.. for example,
: to find all children to a given node

avatar
b*e
11
pricetag wise oracle is the worst.. it's a given. but your original
post says:
Functionality-wise, postgresql is very rich that
I dare say it can compete with Oracle
hehehe :)

【在 a*****i 的大作中提到】
: compete, compete, my friend, I never said it is NOT inferior. :)
: Look at the price tag, and you will find why it can *compete* hehe...

avatar
a*i
12
of course. subselect has been supported in pgsql for a long time.

【在 s**********i 的大作中提到】
:
: I don't think they can write one with more than one select in
: an SQL statement... :)
: what's better than MySQL besides you can write sub-select?

avatar
b*e
13
haha.. i'm nice so i am not going to be arrogant and ask you to RTFM :)
but on what basis were you making the assertion that it's not inferior
to oracle feature wise..
connect by prior gives you the hierarchical capabilities.. for example,
to find all children to a given node

【在 a*****i 的大作中提到】
: what does "connect by prior" do? @@
avatar
q*e
14
Can PostgreSQL support embedded SELECT? In mysql,
the lastest version still does not support it even though
this is an ANSI feature. Not sure why it is not supported
by mySql, is it very difficult?

【在 a*****i 的大作中提到】
: Not so much publicity(most of the geeks who use mysql and brag about it can
: not write a sql statement with more than two selects.:), but it is a very
: solid, very good database. And the development has been very active.

avatar
s*i
15
subselect? I think they didn't implement it for speed reasons.
but just a guess.

【在 q***e 的大作中提到】
: Can PostgreSQL support embedded SELECT? In mysql,
: the lastest version still does not support it even though
: this is an ANSI feature. Not sure why it is not supported
: by mySql, is it very difficult?

avatar
s*i
16

found several comparison pages, like this one:
http://phd.pp.ru/Software/SQL/PostgreSQL-vs-MySQL.html
so even postgresql supports SQL better than MySQL,
there're still reasons MySQL is used more widely on
web servers. :)

【在 a*****i 的大作中提到】
: of course. subselect has been supported in pgsql for a long time.
avatar
s*i
17

forgot to say, I'm not going to post the content here
even some people are so lazy that they can't go to
any page and read themselves.

【在 s**********i 的大作中提到】
:
: found several comparison pages, like this one:
: http://phd.pp.ru/Software/SQL/PostgreSQL-vs-MySQL.html
: so even postgresql supports SQL better than MySQL,
: there're still reasons MySQL is used more widely on
: web servers. :)

avatar
a*i
18
of course. subselect has been supported in pgsql for a long time.

【在 s**********i 的大作中提到】
: subselect? I think they didn't implement it for speed reasons.
: but just a guess.

avatar
a*i
19
FYI, the latest pgsql is 7.2 (stable).
And outer join has been supported since the day of 7.0

【在 s**********i 的大作中提到】
:
: forgot to say, I'm not going to post the content here
: even some people are so lazy that they can't go to
: any page and read themselves.

avatar
s*i
20

and that's probably part of the reason that MySQL is faster
than PostgreSQL? :)

【在 a*****i 的大作中提到】
: of course. subselect has been supported in pgsql for a long time.
avatar
l*s
21
功能太少了吧,比较mysql, sybase和oracle
hoho

【在 l*****s 的大作中提到】
: 因为windows上不方便用?
avatar
s*i
22

if you have read the comparisons, postgresql feature-wise
is much stronger than MySQL. it's comparable to Oracle
in many spects. however, it's not as much or stable as
MySQL.

【在 l***s 的大作中提到】
: 功能太少了吧,比较mysql, sybase和oracle
: hoho

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。