blah blah blah is here! blah blah » Close

2
votes
1 answers

Why do some people prefer postgresql versus mysql when it comes to clustering?

Rick_A
761

Does Postgresql have an easier path to clustering than mysql? It seems there is a number of people who prefer postgresql over mysql, and I have no idea why really. Is it easier to setup a master and multi-slave cluster? From what I ...

1
votes
1 answers

I want select from table my number ex:1.

My problem include the following, i want select from table my number But it is not select * from table1 where name = 1; i whont select in the whole table my number. postgresql (NPgsql.)

Feedback