Back to feed
GCP·AlloyDB for PostgreSQL·
AI Insights

Issue: When querying your Elasticsearch data using standard SQL queries and specifying an OFFSET, if the OFFSET gets pushed...


When querying your Elasticsearch data using standard SQL queries and specifying an OFFSET, if the OFFSET gets pushed down, it gets applied twice. For example, if your SQL query contains OFFSET 5, AlloyDB tries to push the OFFSET down. Then, AlloyDB applies the OFFSET again when the results are returned.