{
  "id": 9790865,
  "title": "Two Iceberg Clients, One Protocol: Where the Time Goes",
  "url": "https://urgent.news/2026/09/25/two-iceberg-clients-one-protocol-where-the-time-goes",
  "topic": "tech",
  "section": "Tech",
  "published": "2026-09-25T16:40:44.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/gde/two-iceberg-clients-one-protocol-where-the-time-goes-4g88"
  },
  "original_language": "en",
  "account": "This article compares the performance of Apache Iceberg REST catalog clients in Rust and Python. Both clients, iceberg-catalog-rest (Rust) and pyiceberg (Python), were benchmarked against three catalogs: Apache Polaris, Google BigLake, and Microsoft OneLake. The Rust client supports 13 out of 25 catalog endpoints, while pyiceberg supports 21. The study measures the time taken for each call, client startup time, and where the time in one call is spent. The Rust client was found to be 1.90x to 4.29x faster on four small calls and 1.14x to 1.38x on two table calls compared to pyiceberg. The majority of the time difference between the two clients is attributed to the HTTP library used, with the Rust client's HTTP library (reqwest) being 85% to 90% faster than Python's (requests) in handling the raw HTTP request.",
  "summary": "This article provides a step by step comparison of the Rust and Python clients for Apache Iceberg REST catalogs. It times both clients on the same operations against the same tables, then breaks one request down to see where the time goes. https://github.com/xbill9/lakehouse-iceberg-2026 What is this project trying to Do? Two Apache clients talk to the same catalogs: iceberg-catalog-rest 0.10.1 ,…",
  "key_points": [
    "Rust Iceberg client is 1.90x to 4.29x faster than Python client on small calls",
    "Majority of time difference due to HTTP library: reqwest (Rust) vs requests (Python)",
    "pyiceberg supports 21 of 25 catalog endpoints, iceberg-catalog-rest supports 13"
  ],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 2,
    "also_reported_by": [
      {
        "outlet": "Dev.to",
        "title": "Two Iceberg Clients, One Protocol: Where the Time Goes",
        "url": "https://urgent.news/2026/09/25/two-iceberg-clients-one-protocol-where-the-time-goes-9790866",
        "published": "2026-09-25T16:40:41.000Z"
      }
    ]
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}