g*******g 发帖数: 108 | 1 discussion at google group: c*****[email protected]
===============================================================
Scenario -1. I think you are meant IO latency? RAC will help you in this
case.
My thought on RAC in this scenario is that, RAC improves application
throughput, reduces application latency. You have to figure out/determine
what is important to you. I assume CPU, other resources are not the
bottleneck.
Scenario -2. Yes, RAC will guide against a node failure.
... 阅读全帖 |
|
s***o 发帖数: 2191 | 2 I found sessions of PDC08 are availabl online, (not sure if these are all th
e sessions though). |
|
w********0 发帖数: 245 | 3 正在搬公司坐运营改善,做到网络部门,虽然我有点网络知识,但是对网络管理不熟悉
。怎么知道网络管理管得好?有高手指点一下吗?
自己知道availablity, traffic(bytes sent and receive),qos, attack and virus
report等。但是网络部门现在只提供了基于swith/router的月流量报告,没有起他东西
。问到丢包率等,他们说暂时无法得到月报告。
请问必须知道什么东西,才知道网络管理管得好呢? |
|
s*******8 发帖数: 12734 | 4 是增加service availabliliy
还是增加多用户同时下载的带宽?
我知道cisco 610那个是后者,那么买一个增加service availablity的,有意思么? |
|
g*****g 发帖数: 34805 | 5 前面说完了维护余票的数据库,以及后台处理订单的模块。这里再说说订单系统。
我一开始就说commit log + 离线订单。订单产生之后怎么处理我说完了,
现在说产生订单的部分。我提到订单系统就是个基于commit log的message queue,
同样是可以根据车次和天划分的。
我之所以提commit log,是因为有很多现成的实现。commit log这块就是魏老师嘴里所谓
的高throughput单机DB。但他对诸多现成的NoSQL实现完全没有概念。而且我很肯定他的
谈到的系统在throughput上远逊于Cassandra。他的DB有瓶颈,我的设计没有,是完全
scale out的。懂得Cassandra的都知道原理,就是根据hash在集群上找到对应的结点写
。魏老师写的是1个结点,Cassandra写的可以是几百个个结点的集群。为了提高可靠性
和availablity,可以用常见的replication factor 3和quorum写。也就是每个数据有
三份拷贝,两份写即时确认,一份后台复制。维护同一数据的三台机器里,一台机器坏
了不影响读写。
不仅如此,Cassandr... 阅读全帖 |
|
g*****g 发帖数: 34805 | 6 先说最重点的,availability你不能做。因为你是单机系统,负荷有上限,而我提出的
系统是没有上限的。另外hot standby,不能避免switch的时候交易丢失,你都在一个
机器上,数目很高,哪怕毫秒都要丢很多。再有,你这种单datacenter的做法,不能避免
网络出问题的availablity。LSE和nasdaq都出过类似的问题,导致系统关闭。而我提出
的系统,没有这个问题。
再说一下数据库划分依赖的问题,我做了最彻底的划分,系统有极大的余量,一天才几
万次写,
多100遍都不多。必要的话,当然可以把一些相关度高的线路放在一起。
最后再说一遍,你的一两台服务器,峰值要要负荷平时100倍以上的流量。而我的系统,
用的全是云上的VM,你买那两台机器的钱,就够我运营10年了。 |
|
g*****g 发帖数: 34805 | 7 stock exchange当然在scalability和availablity差多了。纽约大地震了
NYSE就要shutdown。我提的系统北京废了都还能继续跑,比个头呀。
我做架构的系统,最多的时候每天request过了1B。等你啥时候有机会做这种架构
再跟我吹吧。 |
|
g*****g 发帖数: 34805 | 8 我不说的很明白吗,我的硬件很烂,平民级硬件。每秒只能支持1000次的写。
堆300个结点的cassandra cluster,3 replica, quorum写。可以同时
支持high availablity和linear scale out。
你就想象一下数据平分到100个结点写,每个能撑1000次,100个就能撑10万次。
订单是完全没锁的。 |
|
g*****g 发帖数: 34805 | 9 怎么没丢单,网站本身就没啥反应。有打开的时候没反映的,有下单的时候没反映的。
下单没反应就是丢单。网站打不开就叫做没availablity, 这么没啥好争的。 |
|
|
|
g*****g 发帖数: 34805 | 12 交易所的availablity其实不是那么高,比如纽约来个大地震,股市就关门,还可以宣
布从某个时间点开始的交易无效。绝对不用说无缝切换到美西去交易。 |
|
h*i 发帖数: 3446 | 13 不对,这个写的节点的single point of failure正是ACID的保证,数据在没复制到其
他节点之前,这个transactor节点是不会ack的,所以数据是要么写好了,要么没写好
,不存在“说是写好了,其实没写好”的问题。
这儿的妥协是牺牲availablity guarantee,而不是ACID。实际使用中,Datomic
transactor不停的写heartbeat到存储,有一个standby transanctor来读heartbeat,
发现heartbeat停了就自动升级补上,这中间有一段时间系统”写“是不available的。
但由于读是distributed,所以对读多写少的应用还好。 |
|
A**9 发帖数: 8 | 14 Maybe I should add this opinion to this post, although I don't want to
disencourage some of you guys.
To be a middle level manager is not easy. If you have kids, this position
might make you life harder. I have two co-worker in my team, and they were
director of some other companies before. I talked with them a lot, and they
told me how stressful the life were to them couple of years ago. One of
them used to go to work 6:00am everyday. So right now, if there is a
manager position availabl |
|
h**e 发帖数: 410 | 15 发信人: hxie (Frozen), 信区: CivilEngineering
标 题: Re: Senior Principal Structural Engineer Position Availabl
发信站: BBS 未名空间站 (Mon Oct 27 23:16:48 2014, 美东)
冲着我来的,那我解释一下,一个月前,我接到一个朋友电话,他就在贵公司工作,
说没项目了,要找下家,我一个朋友在另一个大公司做technical leader, 我就介绍
他们认识,至于谈的怎么样,我不知道。我周末了解一下。
EPC目前大盘不好,公司在紧缩,有的公司在景气不好的情况下,还频频发招人广告,
其实是一种策略,就是为了稳住人心,给外人看公司运转良好,项目不断。所以我怀疑
是虚假广告,如有不对,请谅解。
至于你说的我不合格又怕别人拿到这个职位,这位朋友,你太高看什么senior
principle engineer了,我的一个朋友宁可在巨无霸级别的工程软件公司混软件产品设
计工作(他不编码,只写flow chart),也不回去做桥梁的principle engineer, 因为
他... 阅读全帖 |
|
j********a 发帖数: 451 | 16 not sure I understand your mumble gumble. Nobody says doctors are treated as
maids, but from patients' perspective, is more availablity not better than
having to wait for 1 month to confirm whether he/she has cancer?
Unfortunately, in china, if a patient is in a hurry and worry about accuracy
, he can see 20 doctors concurrently, vs in us, he has to wait until his
referred doctor has vacancy, and hope he doesn't die before that. can you
spoiled us doctor candidates stop being so sensitive please... 阅读全帖 |
|
n*******3 发帖数: 5232 | 17 被你说中了。我上周5得到通知,说这周5现场面世。周2早上还问我机场信息给我定机
票,下午通知我,说我的availablity和他们不match,说我是4月毕业,他们现在需要
人,所以以后有opening再考虑我。可能就是被给抢了。呵呵
JOB. |
|
A*******s 发帖数: 9638 | 18 Kudos to you!
The AED availablity was also important for the success. I am really proud
of you.
What an experience! |
|
A*******s 发帖数: 9638 | 19 Kudos to you!
The AED availablity was also important for the success. I am really proud
of you.
What an experience! |
|
z****e 发帖数: 54598 | 20 【 以下文字转载自 JobHunting 讨论区 】
发信人: xmj http://www.zenofon.com/QHJRE, 信区: JobHunting
标 题: Re: MapR Technologies continue hiring a lot of positions
发信站: BBS 未名空间站 (Sat Jul 19 13:19:40 2014, 美东)
俺做bigdata5年多,这三家公司都研究过,简单说说供参考。
Cloudera成立早,有很多yahoo的老人在,骗了很多钱,目前以做service为主,比较领
先的是它的management tool,对hadoop的manage比其他的package要强。背后主要的支
持者是oracle和teradata,前段时间intel投资了。目前来看比较牛。他们自己搞了
impala,我的感觉有点不伦不类的。
Hortonworks是yahoo spinoff的,技术上来说,看看hadoop早年的code大概也知道是个
什么样水平。HDFS真心还不错,Mapreduce一般般了就。里面有很多以前做pig的人,目
前... 阅读全帖 |
|
w*******y 发帖数: 60932 | 21 RCA 55LA55RS57 54.6" LCD HDTV - 1080p, 1920x1080, 16:9, 240Hz, 30000:1
Dynamic, 4.5ms, 4 HDMI, PC Input
# Real Cool Auto Motion 240Hz
# 4 HDMI
# Resolution: 1920 x 1080
# Dynamic Contrast: 30,000:1
# Brightness: 500cd/m2
# Response Time : 4.5ms
# Energy Star 3.0 compliant
# RoHS complian
CompUSA.com STORE check store availablity
$1099.00 - $200.00 = $ 899.00 code -GKB10162
link - Link:
http://www.compusa.com/applications/searchtools/item-Details.asp?EdpNo=6630480
|
|
w*******y 发帖数: 60932 | 22 Promo code SUR11FEB
Choose Free Ship to Home
The Canton (short boot-sits up or folds over to expose furry side) or the
Cascade (Tall)
There are two links for each, if you cant find size or availablity, try the
alternate link-yeesh this site
Arizona 'Canton' Suede Boot
Link:
http://www4.jcpenney.com/jcp/X6.aspx?GrpTyp=PRD&ItemID=1a0a936& 4 877 878 5 961 6 29 3 598 11 15 12 506 10 23 585 596 1031 8 18 904 903 969 949 833&Ntt=boots&SearchString=boots&N=4294959029 4294966814&PSO=1&CmCatId=searchresu... 阅读全帖 |
|