recently, the problems encountered in learning greenplum, before testing are as follows:
1.character varying(80):value too long for type character varying(80);
2.gpfdist;
3.delimiter.so;
I don"t know how to solve the first problem first
recently, the problems encountered in learning greenplum, before testing are as follows:
1.character varying(80):value too long for type character varying(80);
2.gpfdist;
3.delimiter.so;
I don"t know how to solve the first problem first
1) if the string exceeds the type length limit, you can consider increasing the length of the string type or using the text type instead.
2) should not work. Additional means are needed to implement it, depending on what protocol you are using.
3) it should be a third-party plug-in, see the description of the plug-in.
Previous: When you chrome developers,debug, you find that the variable has a value, but it shows undefined?.
GreenPlum environment: 1 master host (memory: 16G), 2 segment host (2 segments, memory: 16G), version: 5.3.0 postgresql environment: 1 (hardware configuration with GreenPlum), version: 8.3.23 Table: alert_log_sm_http is the same size as gp in pg, wit...
when you look at the error prompt, it feels like there is not enough space, but it is not. 5 machines each have 20T disks, each with 8T left. But every time the index is created for about a day or so, an error will be reported. error log is as follows...
problem description failure at startup after greenplum installation is completed prompt: DTM initialization: failure during startup recovery, retry failed, check segment status (cdbtm.c:1529) the platform version of the problem and what methods you...