fanhongli
fanhongli
log4j.rootLogger=info,log ``` testLoggableTime(20, 20, 1000000): in 851.02ms testNologTime(20, 20, 1000000): in 7.46ms ``` ``` @Loggable(Loggable.DEBUG) public double power(int x, int p) { return Math.pow(x, p); } public double nologPower(int x,...
how use parallel with mongo_fdw ? can any one use this to improve speed ?
[SQL]ANALYZE table1 ; [Err] ERROR: could not retrieve document count for collection HINT: could not collect statistics about foreign table and i found it did not use index of mongodb...