<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic What are the options to offer a low latency API for small tables derived from big tables? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/what-are-the-options-to-offer-a-low-latency-api-for-small-tables/m-p/34186#M24956</link>
    <description>&lt;P&gt;I have a big dataset which gets divided into smaller datasets. For some of these smaller datasets I'd like to offer a low latency API (*** ms) to query them. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Big dataset 1B entries&lt;/P&gt;&lt;P&gt;Smaller dataset 1 Mio entries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's the best way to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought about the following way:&lt;/P&gt;&lt;P&gt;Big dataset -&amp;gt; 100s of smaller datasets -&amp;gt; push relevant (e.g. 5/100) smaller datasets to Postgres DB-&amp;gt; API over Postgres DB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally I want to update the smaller datasets on a custom schedule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a better way by staying within the Databricks/Delta ecosystem?&lt;/P&gt;&lt;P&gt;I heard there is a concept of a Delta Live Table. Would that be a viable option?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Aug 2022 21:06:12 GMT</pubDate>
    <dc:creator>data_boy_2022</dc:creator>
    <dc:date>2022-08-19T21:06:12Z</dc:date>
    <item>
      <title>What are the options to offer a low latency API for small tables derived from big tables?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-are-the-options-to-offer-a-low-latency-api-for-small-tables/m-p/34186#M24956</link>
      <description>&lt;P&gt;I have a big dataset which gets divided into smaller datasets. For some of these smaller datasets I'd like to offer a low latency API (*** ms) to query them. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Big dataset 1B entries&lt;/P&gt;&lt;P&gt;Smaller dataset 1 Mio entries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's the best way to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought about the following way:&lt;/P&gt;&lt;P&gt;Big dataset -&amp;gt; 100s of smaller datasets -&amp;gt; push relevant (e.g. 5/100) smaller datasets to Postgres DB-&amp;gt; API over Postgres DB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally I want to update the smaller datasets on a custom schedule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a better way by staying within the Databricks/Delta ecosystem?&lt;/P&gt;&lt;P&gt;I heard there is a concept of a Delta Live Table. Would that be a viable option?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2022 21:06:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-are-the-options-to-offer-a-low-latency-api-for-small-tables/m-p/34186#M24956</guid>
      <dc:creator>data_boy_2022</dc:creator>
      <dc:date>2022-08-19T21:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: What are the options to offer a low latency API for small tables derived from big tables?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-are-the-options-to-offer-a-low-latency-api-for-small-tables/m-p/34187#M24957</link>
      <description>&lt;P&gt;Hi! &lt;/P&gt;&lt;P&gt;For low latency queries, it'll be great to break this down into two parts: query serving latency, and data freshness latency. Serving the data with DLT can probably get streams in 1 sec intervals, and once that's committed to delta, it's immediately available to readers in DBSQL with about 1 second of query latency. &lt;/P&gt;&lt;P&gt;If you're looking for ms query serving latency, it is highly recommended to use an operation DB for such use cases.  Hope that helps!&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 22:26:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-are-the-options-to-offer-a-low-latency-api-for-small-tables/m-p/34187#M24957</guid>
      <dc:creator>Tian</dc:creator>
      <dc:date>2022-08-23T22:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: What are the options to offer a low latency API for small tables derived from big tables?</title>
      <link>https://community.databricks.com/t5/data-engineering/what-are-the-options-to-offer-a-low-latency-api-for-small-tables/m-p/34188#M24958</link>
      <description>&lt;P&gt;Hi @Jan R​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does @Tian Tan​&amp;nbsp; response answer your question? If yes, would you be happy to mark it as best so that other members can find the solution more quickly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We'd love to hear from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2022 06:50:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/what-are-the-options-to-offer-a-low-latency-api-for-small-tables/m-p/34188#M24958</guid>
      <dc:creator>Vidula</dc:creator>
      <dc:date>2022-09-12T06:50:12Z</dc:date>
    </item>
  </channel>
</rss>

