<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>anizozina</author_name>
  <author_url>https://blog.hatena.ne.jp/anizozina/</author_url>
  <blog_title>ねぎ嫌い</blog_title>
  <blog_url>https://anizozina.hateblo.jp/</blog_url>
  <categories>
    <anon>hacker news</anon>
  </categories>
  <description>原文：allyouneedisbackend.com 巨大なデータを持つテーブルを効率的に読み込む方法についてのお話。 1億行のレコードを持つテーブルからデータを読み込む時、どのように読むべきか。 1. 明らかに間違った解決策 SELECT user_id, external_id, name, metadata, date_created FROM users; シンプルに上のようにやってしまうと、処理は終わらない。 おそらく、取得するデータをすべてRAMに展開するためである。 あるいは、データを送る前のプリロードに時間がかかり、クエリーがタイムアウトをしている。 どちらにしろ、この方法でデ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fanizozina.hateblo.jp%2Fentry%2F2017%2F10%2F17%2F112009&quot; title=&quot;2017-10-16 Efficient pagination of a SQL table with 100M records - ねぎ嫌い&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-10-17 11:20:09</published>
  <title>2017-10-16 Efficient pagination of a SQL table with 100M records</title>
  <type>rich</type>
  <url>https://anizozina.hateblo.jp/entry/2017/10/17/112009</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
