dataImpressionshttps://dash.cloudflare.com/<account id>/workers/analytics-engine, do you see stats?




25 writes (writeDataPoint invocations) per client HTTP request a hard limit?5xx error in the book coming back, and retry-after-delay. Most of these errors are either one-offs or transientSorry, we were unable to evaluate your query
{sql: string, values: string} so that wouldn't be an issue.https://dash.cloudflare.com/<account id>/workers/analytics-engine25 writes (writeDataPoint invocations) per client HTTP request5xxSorry, we were unable to evaluate your query{sql: string, values: string}SELECT id, ...,
CASE
WHEN id <= 100 THEN id
ELSE 'Other'
END AS groupedId
FROM myTable