docs/content/stable/releases/techadvisories/ta-20398.md
| Product | Affected Versions | Related Issues | Fixed In |
|---|---|---|---|
| {{<product "ysql">}} | {{<release "2.19.1.x, 2.20.0.x">}} | {{<issue 20398>}} | {{<release "2.20.1.3">}} |
You can face slow data load when using the copy command or when doing multi-row inserts. This particular issue can be identified with the following metrics.
rocksdb_bloom_filter_checked and rocksdb_bloom_filter_usefulrocksdb_block_cache_data_missUpgrade to a release with the fix.
Data load into a table using multi-insert statements or copy command slowed performance due to a bug in bloom filter check. This issue arose from two commits which were preventing bloom filters from being used. To address this, the commits were reverted, although this action needed to be selective to retain a crucial bug fix. A fix that addresses the issue essentially includes a rollback of the original changes, while preserving the necessary bug fix. The fix has been backported and is available in v2.20.1.3+ and v2.20.2.0.