avatar
新手问题。# Java - 爪哇娇娃
B*g
1
公司要bulk load数据去oracle,数据是text。需要multiple CPU工作,咋搞?数据比
较大,一个文件几百G。
啥hibernate,spring的都能用吗?
谢谢。
avatar
g*g
2
干这个活,显然写一个脚本就行了。

【在 B*****g 的大作中提到】
: 公司要bulk load数据去oracle,数据是text。需要multiple CPU工作,咋搞?数据比
: 较大,一个文件几百G。
: 啥hibernate,spring的都能用吗?
: 谢谢。

avatar
B*g
3
你上班也晃悠? 你的意思就是说啥都不用,standard的就行了?

【在 g*****g 的大作中提到】
: 干这个活,显然写一个脚本就行了。
avatar
k*r
4
应该什么都不用吧。灌data就行了

【在 B*****g 的大作中提到】
: 你上班也晃悠? 你的意思就是说啥都不用,standard的就行了?
avatar
B*g
5
数据量太大,一般load回把server搞死的

【在 k***r 的大作中提到】
: 应该什么都不用吧。灌data就行了
avatar
k*r
6
add a delay, load more slowly

【在 B*****g 的大作中提到】
: 数据量太大,一般load回把server搞死的
avatar
B*g
7
need to load fast, but only given limited resources.

【在 k***r 的大作中提到】
: add a delay, load more slowly
avatar
g*g
8
Go as fast as you can without bringing the server down, use
smaller data to figure out the right delay.

【在 B*****g 的大作中提到】
: need to load fast, but only given limited resources.
avatar
B*g
9
谢谢,让我先看看

【在 g*****g 的大作中提到】
: Go as fast as you can without bringing the server down, use
: smaller data to figure out the right delay.

avatar
B*g
10
谢谢

【在 k***r 的大作中提到】
: add a delay, load more slowly
avatar
s*e
11
Actually this is a good question.
Rule of thumb: no ORM should be used for bulk load.
avatar
B*g
12
let me google ORM first.

【在 s******e 的大作中提到】
: Actually this is a good question.
: Rule of thumb: no ORM should be used for bulk load.

avatar
k*r
13
Just don't use any of the fancy stuff :)

【在 B*****g 的大作中提到】
: let me google ORM first.
avatar
F*n
14
Why not just write a Java I/O class then you can control everything
including buffering and delay.

【在 k***r 的大作中提到】
: add a delay, load more slowly
avatar
b*y
15
I second Foxman. Keep it simple I guess.
avatar
s*y
16
Just use SQL Loader,
You can tune many parameters while using SQL Loader
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。