[COMMITTERS] pgsql: Reduce memory usage of tsvector type analyze function.

2017-07-12 Thread Heikki Linnakangas
Reduce memory usage of tsvector type analyze function. compute_tsvector_stats() detoasted and kept in memory every tsvector value in the sample, but that can be a lot of memory. The original bug report described a case using over 10 gigabytes, with statistics target of 1 (the maximum). To fix

[COMMITTERS] pgsql: Reduce memory usage of tsvector type analyze function.

2017-07-12 Thread Heikki Linnakangas
Reduce memory usage of tsvector type analyze function. compute_tsvector_stats() detoasted and kept in memory every tsvector value in the sample, but that can be a lot of memory. The original bug report described a case using over 10 gigabytes, with statistics target of 1 (the maximum). To fix

[COMMITTERS] pgsql: Reduce memory usage of tsvector type analyze function.

2017-07-12 Thread Heikki Linnakangas
Reduce memory usage of tsvector type analyze function. compute_tsvector_stats() detoasted and kept in memory every tsvector value in the sample, but that can be a lot of memory. The original bug report described a case using over 10 gigabytes, with statistics target of 1 (the maximum). To fix

[COMMITTERS] pgsql: Reduce memory usage of tsvector type analyze function.

2017-07-12 Thread Heikki Linnakangas
Reduce memory usage of tsvector type analyze function. compute_tsvector_stats() detoasted and kept in memory every tsvector value in the sample, but that can be a lot of memory. The original bug report described a case using over 10 gigabytes, with statistics target of 1 (the maximum). To fix

[COMMITTERS] pgsql: Reduce memory usage of tsvector type analyze function.

2017-07-12 Thread Heikki Linnakangas
Reduce memory usage of tsvector type analyze function. compute_tsvector_stats() detoasted and kept in memory every tsvector value in the sample, but that can be a lot of memory. The original bug report described a case using over 10 gigabytes, with statistics target of 1 (the maximum). To fix

[COMMITTERS] pgsql: Reduce memory usage of tsvector type analyze function.

2017-07-12 Thread Heikki Linnakangas
Reduce memory usage of tsvector type analyze function. compute_tsvector_stats() detoasted and kept in memory every tsvector value in the sample, but that can be a lot of memory. The original bug report described a case using over 10 gigabytes, with statistics target of 1 (the maximum). To fix