<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kiririmode</author_name>
  <author_url>https://blog.hatena.ne.jp/kiririmode/</author_url>
  <blog_title>理系学生日記</blog_title>
  <blog_url>https://kiririmode.hatenablog.jp/</blog_url>
  <categories>
    <anon>db</anon>
  </categories>
  <description>SQL を実行する際は、SQL 実行用のバッファが確保された後、解析処理が行われる。解析にはハード解析とソフト解析があり、解析済みの SQL に対しては負荷の低いソフト解析が用いられる。両者の大きな違いは、ハード解析ではオブジェクトの定義チェック、オブジェクトへの解析用ロック、実行計画の策定とその結果の保存が行われること。解析した SQL は共有 SQL 領域に入るが、この領域の容量にも限りがあり、過去の解析データは破棄されていく。そのため、この領域に十分な容量を割り当てることが、性能向上には重要。 この解析のコストは高いが、PL/SQL ではキャッシュされたカーソルを再利用することで、解析の…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkiririmode.hatenablog.jp%2Fentry%2F20100317%2Fp1&quot; title=&quot;SQL 実行の高速化 - 理系学生日記&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>2010-03-17 00:00:00</published>
  <title>SQL 実行の高速化</title>
  <type>rich</type>
  <url>https://kiririmode.hatenablog.jp/entry/20100317/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
