由买买提看人间百态

topics

全部话题 - 话题: postgresql
首页 上页 1 2 3 4 5 6 7 8 9 10 (共10页)
c******r
发帖数: 512
1
来自主题: Database版 - Anybody use postgreSQL?
Postgres is just a database, it does what a database does. :-)
Not as goog as Oracle/DB2/SqlServer, but you cannot beat the price.
Compared to MySQL, if you query is relatively simple, go with MySQL.
I believe MySQL code is somewhat more efficient. If you need to run
joins between serveral big tables, you may have to go with Postgres.
c*****t
发帖数: 1879
2
来自主题: Database版 - Oracle to buy SUN? (转载)
印象中 PostgreSQL 早就有了 MVCC 啊。MySQL 开始的时候连 transaction
都没有,后来才加上这个的。但是同时也丢掉了 MySQL 以前的 "performance" 。
M*****r
发帖数: 1536
3
来自主题: Database版 - Oracle to buy SUN? (转载)
我也记得PostgreSQL 一直有MVCC for ACID的
另外,MySQL本质上只是个中间件,后面可以plugin各种database engine,它的ACID的
实现也依赖于后面的database engine.当年起家是靠MyISAM,没有transaction的。
InnoDB is owned by Oracle since 2005
http://www.innodb.com/company/
B*****g
发帖数: 34098
4
来自主题: Database版 - 谁给比较一下PostgreSQL和mysql
google过了,似乎群众们表示mysql要不行了,有用过的说说。谢谢
B*****g
发帖数: 34098
5
来自主题: Database版 - 谁给比较一下PostgreSQL和mysql
是那个版本?
j*****n
发帖数: 1781
6
来自主题: Database版 - 谁给比较一下PostgreSQL和mysql
7.xx? 当时是08年下半年来的。
s***c
发帖数: 1926
7
来自主题: Database版 - 谁给比较一下PostgreSQL和mysql
用过7.4和8.1。
7.4版本比较奇怪,不能改变column的字段长度,使用8.0以上版本的jdbc Driver速度奇
慢。
8.0以上版本用得挺爽的。
z**k
发帖数: 378
8
咦,我用postgresql怎么没有这个功能,我查document是有的啊。。。
我的版本8.3.7是不是太低了
t*******6
发帖数: 43
9
来自主题: Database版 - Scientific Database Administrator
请大家共享
祝大家找工作顺利
Opportunity: Scientific Database Administrator (#32003BR) @ SRA
International--Atlanta, GA (US)
Submitted by Carol Kennedy; posted on Friday, December 03, 2010
BACKGROUND:
SRA conducts, coordinates, and analyzes clinical and experimental
studies to inform health research. This practice area addresses
preventative, diagnostic, and therapeutic issues in a public health
context, including research in cancer, asthma, allergies, diabetes,
infectious diseases, genomics, nutrition, repro... 阅读全帖
i****a
发帖数: 36252
10
来自主题: Database版 - Scientific Database Administrator
wow
Experience with Oracle, PostgreSQL, Microsoft SQL and MySQL
m******y
发帖数: 588
11
来自主题: Database版 - 找 DBA,在austin, tx
是小公司, 需要懂 sql server 2000, sql server 2005 和 postgresql, maxdb is
a plus.有兴趣联系。
k********e
发帖数: 702
12
来自主题: Database版 - 谁有Oracle和Postgresql的经验?
嫩这题目也太大了
m********l
发帖数: 791
13
免费的比如:MySQL, SQLite, PostgreSQL etc.
收费的比如:MS SQL, Oracle, Access etc.
哪个在业界的使用比较广泛呢?
学校上课project 用的是Oracle, 不知道Oracle在业界的使用情况?
谢谢。
c*****t
发帖数: 1879
14
来自主题: Database版 - varchar (80) 比 varchar(800)的优势?
不清楚 SQL Server,但是俺从其他系统的角度来说一下。
每个 row 的最大是有限制的。比如说 32-64K 。这样的话,该 row 才有可
以放进一个 data block 里面。data block 是数据库的一个基本储存单位。
这个限制平常看不出来,但是当某个 table 有 1000 column 的话,就体现
出来了。数据库需要考虑到最糟糕的情况,所以如果超过了 row size limit,
就可以拒绝接受该 create table 。这时候就需要对 varchar 的长度精打细算。
PostgreSQL 里面的 text 是介于 varchar 和 clob 之间。当 text 的长度
较小的时候,该文字可以放进 row 里面。较大的时候(比如超过 2000),
就开始先 compress 一下。还是太大的话,用类似 clob 的办法存。当然
这几种办法就没有读写短的 varchar 那么快。
至于 index,其实也就是一个小点的 table ,读写的速度很重要。而越长
的 varchar 的读写也越花时间。事实上除非是 unique index,太长的
va... 阅读全帖
j*****n
发帖数: 1781
15
来自主题: Database版 - export data from Postgresql to SQL Server
SSIS
M*****r
发帖数: 1536
16
来自主题: Database版 - 推荐数据库软件
PostgreSQL/MySQL都挺好,forum上面热心人很多。
but MySQL is owned by Oracle now...
M*****r
发帖数: 1536
17
没看懂你是什么意思。什么算是“免费的午餐”?
也有可以做大规模开发的,mysql(Percona)/postgresql(netezza/greenplum)
y*****g
发帖数: 677
18
来自主题: Database版 - 还是DB2 好
比较一下,还是觉得DB2 好。
Oracle 弄得太复杂,给用户暴露的内部信息太多;SQL SERVER 又局限在WINDOWS
上,
MYSQL 还有很多不尽人意的地方,比如audit,query join.
PostgreSQL 觉得还不错,
版上讨论DB2的似乎不多呀
B*****g
发帖数: 34098
19
来自主题: Database版 - multiple job openings (转载)
【 以下文字转载自 WashingtonDC 讨论区 】
发信人: george9900 (小虎), 信区: WashingtonDC
标 题: multiple job openings
发信站: BBS 未名空间站 (Wed Oct 10 08:29:04 2012, 美东)
Hi Everyone,
We have multiple IT job openings (listed below) in Montgomery county,
Maryland. All of these positions are for a long term (multiple years)
contract with a large federal government agency.
If you are interested and have the required certification(s) for the given
position, please send me your resume in MS Word format ASAP.
Interviews for qua... 阅读全帖
j*****1
发帖数: 75
20
来自主题: Database版 - 有没有免费的数据库啊
Thanks. Google 了。PostgreSQL 好像也是。
l*****s
发帖数: 134
21
来自主题: Database版 - 库版的同学要紧密关系了
Are developers included? I only write SQL in postgreSQL to generate various
types of reports. sorry cannot type Chinese in workplace
x******g
发帖数: 55
22
来自主题: Database版 - 求教
看来各位没有多少跟老印打过交道。
here is the my training. All documents including traing plan are posted on
google doc where other seniors verified those documents .
step 1, overview all google doc
step 2, show the technical skills on computer step by step
step 3, let him be driver and run it
step 4, let him ask why and answer all questions
step 5, let him practice on testing env
step 6, watch him to do on uat and prod env
step 7, must share with the team-- the best teaching practice
the hardest ones are troub... 阅读全帖
x******g
发帖数: 55
23
来自主题: Database版 - 求教
看来各位没有多少跟老印打过交道。
here is the my training. All documents including traing plan are posted on
google doc where other seniors verified those documents .
step 1, overview all google doc
step 2, show the technical skills on computer step by step
step 3, let him be driver and run it
step 4, let him ask why and answer all questions
step 5, let him practice on testing env
step 6, watch him to do on uat and prod env
step 7, must share with the team-- the best teaching practice
the hardest ones are troub... 阅读全帖
n****f
发帖数: 905
24
来自主题: Database版 - Oracle 11g RAC on Virtual Machine
哎呀, 受宠若惊了。
恨死甲骨文的license 费用。 已经下决心用 PostgreSQL.
十年之内完成大转移, 然后再干十年退休。
y*****g
发帖数: 677
25
在postgresql 里, pg_user table 有个column 叫
usename,
注意好了, 不是username.
都写一个 r 会死人?
都是些什么吊人在搞?
B*****g
发帖数: 34098
26
来自主题: Database版 - Java必然败在oracle身上 (转载)
【 以下文字转载自 Programming 讨论区 】
发信人: walkrandom (无敌大胖猫), 信区: Programming
标 题: Java必然败在oracle身上
发信站: BBS 未名空间站 (Fri Jul 26 11:55:58 2013, 美东)
oracle这个大evil,从来不创新。买了sun就是稀罕java和mysql这两个法宝,可以到处
敲钱。
mysql当年多火爆。现在基本没人敢用mysql了,开源社区谈mysql色变。大家搞开发首
选postgresql。mysql基本上已经死了。
java上面,oracle到处碰瓷,碰巧抓到了google的android用java,然后就狠咬一口。
google没有办法,只有自宫android,改用chrome os了。
话说java虽然是GNU license,但一开始里面被sun下了很多专利陷阱。小公司用用无妨
,大公司用迟早被oracle的律师找上门。所以java和mysql一样,迟早被oracle弄死。
z********4
发帖数: 1668
27
有48张表,每个表有一个id字段(建立了unique idex),一个value字段:
表1的字段:id, value1
表2的字段:id, value2
表3的字段,id, value3
……
表48的字段:id, value48
现在希望把这48张表根据id字段合并为一张,结构为:
id, value1, value2, value3,...,value48
问题是,每个表记录的id并不完全一样,表1中有的id表2中可能没有,反之亦然。但是
要求保留所有在48张表中出现过的id。如果这个id在表x中不存在,那么合并后的总表
中,这个id的valuex字段赋一个-1值。
例如,总表可能是这样的:
id, value1, value2, value3,...,value48
a, 1, 2, 3, ..., -1
b, 2, -1, 3, .... 3
...
另外一个问题是,每个表都非常大,记录数量在1200w左右。
数据库为postgresql,求好的解决方案。感谢!
y*****g
发帖数: 677
28
来自主题: Database版 - 1个DBA,一个系统管理员
salary range: 8W-12W, with overtime pay for sys admin
location: Atlanta
我们招人,1个DBA,一个系统管理员
要求是都知道一些, 不需要都精通,而且不现实
for system admin, mainly work on Linux redhat, build server, install os,
storage etc.
for dba, know oracle, db2, sql server, postgresql, mysql, nosql, and hadoop
big data
我可以帮着投简历。 工资我具体也不清楚
y*****g
发帖数: 677
29
startup, web companies, 想省钱,LAMP APPLICATIONS, --> mysql or postgresql
use windows, and sql server together, ---> sql server
d****n
发帖数: 12461
30
1. estimate how much license fee and hardware fee you could spend
2. pocket the license fee between you and your coworkers
3. install mariadb or postgresql or other depend on your need
4. tell boss you save $xxxxx on hardware
ET
发帖数: 10701
31
蛙人好久不见,现在在哪呢?
数据量50T是什么个意思?每个客户端都有50T?
还是服务器上有这个数据量?
现在任何数据库系统,mysql, postgresql都能满足你的要求,毕竟你只有50个客户端,
而且是android。
这里关键是你数据的结构,和客户端用户来干吗,这样决定这你是选择sql or nosql.
反应速度最快是何定义?
通信的方式选择不是很多。
y*****g
发帖数: 677
32
来自主题: Database版 - 熟悉postgresql 的朋友请进
最近我在测试postgres db 的recovery,
在recovery.conf 文件里,
即使我把 target time 设为 disaster 前一刻,但是db started 后,任然 有很多的
transactions 没有 apply,DB仅仅为上次base backup的状态, 想知道这是什么原因?
d****i
发帖数: 4809
33
来自主题: Database版 - PostgreSQL比MySQL有什么优点?
请哪位来评说一下优劣。
r**********d
发帖数: 510
34
select @@version;
Microsoft SQL Server 2012 - 11.0.2218.0 (X64)
Jun 12 2012 13:05:25

Copyright (c) Microsoft Corporation
Enterprise Evaluation Edition (64-bit) on Windows NT 6.1 (Build
7601: Service Pack 1)
CREATE TABLE coolbid
(
ID INT UNIQUE
);
GO
INSERT INTO coolbid
VALUES (1),
(2),
(3);
GO
(3 row(s) affected)
INSERT INTO coolbid
VALUES (1);
GO
Msg 2627, Level 14, State 1, Line 2
Violation of UNIQUE KEY constraint 'UQ__coolbid__3214EC26654E5167'. Cannot
insert duplic... 阅读全帖
t***j
发帖数: 2620
35
为什么呢?
B*****g
发帖数: 34098
36
ppl now use mongodb
j********p
发帖数: 9680
37
因为是免费的,能省很多钱。
b********9
发帖数: 159
38
the few developers who use mongodb proudly announced that the reason
choosing it was that they couldn't deal with the time and hassle in planning
a sql sever db or an Oracle db, and that mongodb allowed them to get up and
going in a week or two.
I'm not sure if I should be excited or sad for them... but I'd like to say..
. don't make me to maintain it for you :-)
s**********o
发帖数: 14359
39
连个SERVER都不肯投资,还搞什么开发,把你解雇了省得更多的
你指望他们给你涨工资吧?
x******m
发帖数: 736
40
来自主题: Database版 - 请教一个sql问题
postgresql
x******m
发帖数: 736
41
来自主题: Database版 - postgres设置remote access不成功
给postgre remote access,改了 pg_hba.conf, 加了host all all ipaddrss trust
。在postgresql.conf中listen_addresses = '*' 重起了postgres,还是不能remote
access,网上搜了无数,都是这么弄得。请教大家可能是什么原因。 iptables也看了
,没有block ip。
b**********0
发帖数: 53
42
It is hard to get Good DBA job in SF now, I am looking for too with 15 plus
year SQL Server, postgresql and tableau admin experience.
good luck!!!
d********r
发帖数: 199
43
来自主题: Hardware版 - 请推荐一个数据库server的配置
数据量: 有些table的行数是multi million or 20 million 量级。
但并发的访问不是很多。
Redhat linux Enterprise + PostgreSQL
预算$3000-$4000,请推荐个dell的配置。
哪个系列的比较理想?
l****n
发帖数: 156
44
hp pavilion笔记本,
cpu: I7 6500U
RAM: 16 GB DDR3
host OS: WIN 10
对多媒体性能无要求, 主要用来搭虚拟机环境,对并发性能无要求。
应用场景1:
四个windows server 2012虚拟机, 一个2GB ram的domain controller, 3 个4GB RAM
的SQL SERVER.
应用场景2:
四个LINUX虚拟机,每个3GB RAM, 跑 MySQL或者POSTGRESQL集群。
应用场景3:
两个LINUX虚拟机, 每个 6GB RAM, 跑 ORACLE RAC。
多谢指教。
l****n
发帖数: 156
45
hp pavilion笔记本,
cpu: I7 6500U
RAM: 16 GB DDR3
host OS: WIN 10
对多媒体性能无要求, 主要用来搭虚拟机环境,对并发性能无要求。
应用场景1:
四个windows server 2012虚拟机, 一个2GB ram的domain controller, 3 个4GB RAM
的SQL SERVER.
应用场景2:
四个LINUX虚拟机,每个3GB RAM, 跑 MySQL或者POSTGRESQL集群。
应用场景3:
两个LINUX虚拟机, 每个 6GB RAM, 跑 ORACLE RAC。
多谢指教。
r*****s
发帖数: 985
46
HypersonicSQL? PostgreSQL? Firebird?
Check one by one ...
e**r
发帖数: 2
47
postgresql不错阿
可以试试
b******b
发帖数: 52
48
这个搜索引擎太有趣,比较Cool ,对程序员很有帮助。
可加强对Linux,OpenSolaris,FreeBSD,PostgreSQL,MySQL,JBoss等著名开源项目的源代码
的搜索功能。
目前只支持c,c++,java,以后可增加对PHP,Python,Perl等语言的支持。
m**c
发帖数: 192
49
环境为spring + hibernate 数据库为mysql 访问数据库之前
在log中总是看到这个
XmlBeanDefinitionReader - Loading XML bean definitions from class path
resource [org/springframework/jdbc/support/sql-error-codes.xml]
然后就开始load 八种数据库的一些属性 会打出很多log信息
每次运行都会这样 全部八种都load完以后出现:
SQLErrorCodesFactory - SQLErrorCodes loaded: [DB2, HSQL, MS-SQL, MySQL,
Oracle, Informix, PostgreSQL, Sybase]
然后开始找mysql的SQL error codes 但实际上我只用mysql 跟其它数据库无关
但是它为什么每次都load这些信息呢? 能不能让它不load这些东西?
是不是要修改spring.jar中的东西?
我的应用是一个最简单的spring + hibernate的应用
T*****e
发帖数: 361
50
来自主题: Java版 - Classpath questions
I am developing a quite simple Java application, which will be running as a
Windows service via "Java Service Wrapper". I have some questions about the
loading of some jar files.
My application connects to a PostgreSQL database and an SQL Server database,
which means I need to load their drivers. The application also makes use
of EarthWhere API, which in turn uses Hibernate, Sprint, Batik, ... The
list is quite long, and there are more than 100 jars in its "lib" directory.
Right now, I have
首页 上页 1 2 3 4 5 6 7 8 9 10 (共10页)