Re: [HACKERS] Foreign table scan estimates

2012-04-24 Thread Albe Laurenz
Tom Lane wrote: >> While playing around with ANALYZE on foreign tables, I noticed >> that the row count estimate for foreign scans is still >> initialized to 1000 even if there are statistics for the >> foreign table. I think that this should be improved. >> The attached patch illustrates my sugg

Re: [HACKERS] Foreign table scan estimates

2012-04-20 Thread Tom Lane
"Albe Laurenz" writes: > While playing around with ANALYZE on foreign tables, I noticed > that the row count estimate for foreign scans is still > initialized to 1000 even if there are statistics for the > foreign table. I think that this should be improved. > The attached patch illustrates my s