<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nminebb</author_name>
  <author_url>https://blog.hatena.ne.jp/nminebb/</author_url>
  <blog_title>Minerva Consulting AI &amp; データエンジニア</blog_title>
  <blog_url>https://www.mitech.work/</blog_url>
  <categories>
    <anon>高速化</anon>
  </categories>
  <description>数十万行から、目的の条件の最新データを１件探す。 通常、２分程度かかっていたが、インデックスで １秒に短縮できた。 インデックスのクリエイト CREATE INDEX getLastData ON dbo.pVr_T_MEV ( Site,Line,Machine,MEV_NAME ) GO 結果 DECLARE @Site nvarchar(20) = 'P101' DECLARE @Line nvarchar(20) = 'B' DECLARE @Machine nvarchar(20) = 'Machine3' SELECT TOP (1) [MEV_NAME] FROM [dbo].[…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.mitech.work%2Fentry%2F20240417%2F1713356021&quot; title=&quot;SQL インデックスで高速化 - Minerva Consulting AI &amp;amp; データエンジニア&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>https://cdn-ak.f.st-hatena.com/images/fotolife/n/nminebb/20240417/20240417211310.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2024-04-17 21:13:41</published>
  <title>SQL インデックスで高速化</title>
  <type>rich</type>
  <url>https://www.mitech.work/entry/20240417/1713356021</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
