> ## Documentation Index
> Fetch the complete documentation index at: https://paradedb-ankitml-legacy-docs-remove.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 0.16.3

## Performance Improvements 🚀

* Single-row write throughput is now doubled compared to `0.15.26`, due to a combination of
  performance optimizations and fixing a regression introduced in `0.16.0`

## Stability Improvements 💪

* Unconditional query pushdown, introduced in `0.16.0`, has been disabled by default due to a number
  of corner cases uncovered after its release. To re-enable it (not recommended):

```sql theme={null}
SET paradedb.enable_custom_scan_without_operator = on;
```

The full changelog is available [on the GitHub Release](https://github.com/paradedb/paradedb/releases/tag/v0.16.3).
