<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>piro_suke</author_name>
  <author_url>https://blog.hatena.ne.jp/piro_suke/</author_url>
  <blog_title>ほんじゃーねっと</blog_title>
  <blog_url>https://blog.honjala.net/</blog_url>
  <categories>
    <anon>プログラミング</anon>
  </categories>
  <description>使いまわせそうな方法が見つかったのでメモ。 ユーザー毎にタグを作成できるような機能を作成していて、特定のユーザーのタグを一括で取得しようと する場合、普通にタグ毎にエンティティを作成していると、200件くらいのタグをuserでfilterして 取得するだけでも結構時間がかかる。 class Tag(db.Model): &quot;&quot;&quot;key_name is user_id/tagid&quot;&quot;&quot; user = db.ReferenceProperty(User) name = db.StringProperty() ... tag_list = Tag.all().filter(&quot;user = &quot;, use…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.honjala.net%2Fentry%2Fblog%2F2010%2F03%2F02%2F201003021267493262%2F&quot; title=&quot;Google App EngineでフィルタしないリストはBlob化してキーで一括取得 - ほんじゃーねっと&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-02 10:27:42</published>
  <title>Google App EngineでフィルタしないリストはBlob化してキーで一括取得</title>
  <type>rich</type>
  <url>https://blog.honjala.net/entry/blog/2010/03/02/201003021267493262/</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
