由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Postgresql 相关的几个slides
相关主题
熟悉postgre sql的請問,RULEs大家用的多麽Cassandra 为啥干不过芒果?
postgres 值得学吗?各路大神推荐个linux上的组合吧
Uber 数据库大变动?Why PostgreSQL is way BETTER than $MSQL
为啥python的人都用postgreSQL问个spark的问题
尼玛postgres的bug实在太多了需要做一个IM的App,后台用什么比较好?
node来势凶猛,已经完胜Ruby了php+apache timeout 的问题
PostgreSQL 9.4大杀器About volatile in C
貌似mongo db 开始走下坡路了MongoDB快超过Postgres了
相关话题的讨论汇总
话题: vacuum话题: postgresql话题: table话题: talk话题: very
进入Programming版参与讨论
1 (共1页)
e*******o
发帖数: 4654
1
昨天和今天在
Southern California Linux Expo SCALE 13x
http://www.mitbbs.com/article_t/Programming/31403901.html
听到的几个比较好的talk。
公司出钱,出时间,我出力写个简报。 同时也在这里发一下。
适合会sql,但没想过db 怎么运行的同学。
俺生物转的马工,听这些talk 觉得很受用。大牛见笑。
Explaining the Postgres Query Optimizer
https://momjian.us/main/writings/pgsql/optimizer.pdf
This explain how the postgresql actually execute the query based the
statistics of table available to it.
the statistics are generated while vacuum demon vacuum table.
The idea is pretty easy to understand, select the best algorithm based on
information available of the data.
I decide to go to the scale 13x after see this talk in the schedule and the
speaker's name. I have a book authored by him.
PostgresSQL 9.4: FlexScalePerfSQL
can not understand the title.
the talk is really about what is new (good) in 9.4. the speaker seems know
everything about postgresql.
He said the slides and the code will be in the web soon.
I saw percentile_disc in his demo and find
http://michael.otacoo.com/postgresql-2/postgres-9-4-feature-hig
http://www.postgresql.org/docs/9.4/static/functions-aggregate.h
If they have them in 9.2, I would not spend time write the percentile
function myself.
upgrade to 9.4?
All the Dirt on PostgreSQL's VACUUM
I did know vacuum demon exists before.
basically, when you delete some rows from a table. the rows only marked for
deletion. vacuum do the real job.
also, vacuum will update the table statistics when it detect significant
change in table.
Be Very Afraid: Backup Planning and Disaster Recovery
http://thebuild.com/presentations/backups-pgconfeu-2014.pdf
currently, I am not worry about this. I always reset db when I thought I
have db problem. :)
Fun with Functions, by Example
http://www.joeconway.com/presentations/SCALE13X-fun_with_functi
The speaker talk too much details, not very fun. The sides is very good and
very useful.
all of them are new to me except the one about how to write function.
there are other talks about pgpool, postgtres-XL, but less interesting to me
.
p*****2
发帖数: 21240
2
这东西很烂吧

【在 e*******o 的大作中提到】
: 昨天和今天在
: Southern California Linux Expo SCALE 13x
: http://www.mitbbs.com/article_t/Programming/31403901.html
: 听到的几个比较好的talk。
: 公司出钱,出时间,我出力写个简报。 同时也在这里发一下。
: 适合会sql,但没想过db 怎么运行的同学。
: 俺生物转的马工,听这些talk 觉得很受用。大牛见笑。
: Explaining the Postgres Query Optimizer
: https://momjian.us/main/writings/pgsql/optimizer.pdf
: This explain how the postgresql actually execute the query based the

H******7
发帖数: 1728
3
postgre不错。
可能二爷没用过,业界最受好评的sql数据库。

【在 p*****2 的大作中提到】
: 这东西很烂吧
n******n
发帖数: 12088
4
谁的好评?数据在哪里?

【在 H******7 的大作中提到】
: postgre不错。
: 可能二爷没用过,业界最受好评的sql数据库。

e*******o
发帖数: 4654
5
没比较过 公司用 我就学
MongoDB也用
不过 mongo 经常crash 那才叫烂

【在 p*****2 的大作中提到】
: 这东西很烂吧
w****k
发帖数: 6244
6
Open source的sql数据库,就mysql和postgres像样。

【在 n******n 的大作中提到】
: 谁的好评?数据在哪里?
B*****g
发帖数: 34098
7
发错群了

【在 e*******o 的大作中提到】
: 昨天和今天在
: Southern California Linux Expo SCALE 13x
: http://www.mitbbs.com/article_t/Programming/31403901.html
: 听到的几个比较好的talk。
: 公司出钱,出时间,我出力写个简报。 同时也在这里发一下。
: 适合会sql,但没想过db 怎么运行的同学。
: 俺生物转的马工,听这些talk 觉得很受用。大牛见笑。
: Explaining the Postgres Query Optimizer
: https://momjian.us/main/writings/pgsql/optimizer.pdf
: This explain how the postgresql actually execute the query based the

B*****g
发帖数: 34098
8
zkss怎样crash?

【在 e*******o 的大作中提到】
: 没比较过 公司用 我就学
: MongoDB也用
: 不过 mongo 经常crash 那才叫烂

r***y
发帖数: 4379
9
微信泡多了

【在 B*****g 的大作中提到】
: 发错群了
1 (共1页)
进入Programming版参与讨论
相关主题
MongoDB快超过Postgres了尼玛postgres的bug实在太多了
uber从postgre转回mysql了node来势凶猛,已经完胜Ruby了
菜鸟撞上offer也发愁,数据库和网站大牛给看看靠谱不? (转载)PostgreSQL 9.4大杀器
C++确实不适合做大项目貌似mongo db 开始走下坡路了
熟悉postgre sql的請問,RULEs大家用的多麽Cassandra 为啥干不过芒果?
postgres 值得学吗?各路大神推荐个linux上的组合吧
Uber 数据库大变动?Why PostgreSQL is way BETTER than $MSQL
为啥python的人都用postgreSQL问个spark的问题
相关话题的讨论汇总
话题: vacuum话题: postgresql话题: table话题: talk话题: very