Skip to content

Commit

Permalink
try to fix parse error
Browse files Browse the repository at this point in the history
  • Loading branch information
vy-ton committed Jan 16, 2025
1 parent ddbd3ad commit 377eb1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/changelogs/d1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ entries:
D1 lowered end-to-end request latency by 40-60% by eliminating latency incurred with multiple network round trips required for each request. Faster D1 performance applies to requests via both D1's [Worker API](/d1/worker-api/) and [REST API](/api/resources/d1/subresources/database/methods/query/).

For each request, two to three network round trips were eliminated. One round trip was introduced by a bug that was fixed.

The remaining removed round trips were responsible for creating TCP connections between Cloudflare data centers. D1's networking layer no longer relies on TCP connections, which removes additional round trip time.

The remaining removed round trips were responsible for creating TCP connections between Cloudflare data centers. D1's networking layer no longer relies on TCP connections, which removes additional round trip time.

- publish_date: "2024-08-23"
title: D1 alpha databases have stopped accepting SQL queries
description: |-
Expand Down

0 comments on commit 377eb1f

Please sign in to comment.