-
- [X] This is a question about using the theme.
- [ ] This is a feature request or enhancement.
- [ ] I believe this to be a bug with the theme.
- [X] I am using the latest version of the the…
-
目前生产数据里表比较大,每天的增删改操作比较多,当需要同步的表过多,或者系统表逐渐膨胀的时候,dbMetaData = conn.getMetaData();
rs = dbMetaData.getTables();
rs = dbMetaData.getPrimaryKeys();
几个方法光校验表和主键就要花费10多分钟的时间,会影响数据同步的效率。
查询了POSTGRESQL里J…
-
请问下,如果要配置mysql到greenplum的增量同步,需要配置哪些文件信息?
谢谢!
-
Due by: 02/02
Following successful #164
### Acceptance criteria
- [x] Server deployed to prod
- [x] Schema and users migrated
- [x] trusted connections file
-
您好!
在使用mysql2pgsql将mysql的数据同步到greenplum时,在my.cfg里[desc.pgsql]下给target_schema赋值(非public),但是在执行./mysql2pgsql -l tab_list.txt 命令后,数据全部是同步到public下的同名表里,这里设置的target_schema并不起作用。
-
mysql>>greenplum在进行binlog增量同步的时候。发现程序限制了最大同步表的数量为128。希望能放的大一些。例如 1024
错误如下:
[miner] table white list:
miner table must
-
Confirm application connectivity requirements (current and to-be) so that we can configure the AWS networking.
Connectivity Information: from_port, to_port, protocol, TLS/SSL, Certificate Info,
…
-
Request to arrange a call (and follow-up meeting if required) with a VLDB Greenplum SME with AWS deployment experience who can confirm (on paper and proven on AWS):
1. Greenplum 4.3 Cluster desi…
-
- [x] 2 x ec2 representing greenplum masters
- [x] 3 x ec2 representing greenplum segments
- [x] security group for masters
- [x] security group for segments
- [x] 1 x private subnet
-
I wrote this question before to know about GitHub/hadley/dplyr.
http://stackoverflow.com/questions/21592266/i-cannot-connect-postgresql-schema-table-with-dplyr-package
Thanks for dplyr, ggplots, resh…