<div dir="ltr">It works if you split the types and use two queries,<br><br>
 &nbsp;&nbsp; &quot;/organization/organization&quot;,<br>

 &nbsp; &nbsp;&quot;/organization/organization_membership&quot;,<br>
<div id=":jl" class="ArwC7c ckChnd">&nbsp;&nbsp; &quot;/dining/restaurant&quot;,<br>
 &nbsp; &nbsp;&quot;/people/marriage&quot;,<br>
 &nbsp; &nbsp;&quot;/location/location&quot;,<br>
 &nbsp; &nbsp;&quot;/religion/religion&quot;,<br>
 &nbsp; &nbsp;&quot;/business/company&quot;</div>
<br><br>then<br><br>&nbsp;&nbsp; &quot;/tv/tv_actor&quot;,<br>&nbsp;&nbsp; &quot;/tv/regular_tv_appearance&quot;,<br>&nbsp;&nbsp; &quot;/tv/tv_program&quot;,<br>&nbsp;&nbsp; &quot;/people/person&quot;,<br>&nbsp;&nbsp; &quot;/film/actor&quot;,<br>&nbsp;&nbsp; &quot;/film/performance&quot;,<br>
&nbsp;&nbsp; &quot;/film/film&quot;,<br>&nbsp;&nbsp; &quot;/music/album&quot;,<br>&nbsp;&nbsp; &quot;/music/artist&quot;,<br>&nbsp;&nbsp; &quot;/music/musical_group&quot;,<br><br><br><br><br><br><div class="gmail_quote">On Thu, Aug 21, 2008 at 11:25 AM, Augusto Callejas <span dir="ltr">&lt;<a href="mailto:acallejas@appliedminds.com">acallejas@appliedminds.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">well, i&#39;m only asking for literal properties that have been updated or<br>
deleted after a certain period in time:<br>
<div class="Ih2E3d"><br>
 &nbsp; &nbsp; &nbsp; &nbsp;&quot;timestamp&gt;=&quot; : &quot;2008-08-20T02:29:19.739Z&quot;,<br>
<br>
</div>is the timestamp filter being applied only until the end?<br>
<br>
also, are you saying that the default limit (100) is too much?<br>
that i should be providing a limit lower than 100?<br>
<br>
thanks,<br>
<font color="#888888">augusto.<br>
</font><div class="Ih2E3d"><br>
<br>
On 8/21/08 11:16 AM, &quot;Christopher R. Maden&quot; &lt;<a href="mailto:crism@metaweb.com">crism@metaweb.com</a>&gt; wrote:<br>
<br>
&gt; Augusto Callejas wrote:<br>
&gt; i consistently get a query timeout on this query:<br>
&gt;<br>
&gt;<br>
&gt; should i expect this query to timeout in general? &nbsp;or is there something<br>
&gt;<br>
&gt; wrong with the database host?<br>
<br>
Letıs see: youıre asking for all the types and<br>
&gt; literal properties of<br>
every instance of a whole pile of types? &nbsp;Yeah, Iıd say<br>
&gt; you should<br>
expect that to timeout! (-:<br>
<br>
I think you are going to need to<br>
&gt; throw a limit clause in there; it<br>
defaults to 100, and that will be a lot for<br>
&gt; a query like this.<br>
<br>
~Chris<br>
<br>
<br>
</div><div><div></div><div class="Wj3C7c">_______________________________________________<br>
Developers mailing list<br>
<a href="mailto:Developers@freebase.com">Developers@freebase.com</a><br>
<a href="http://lists.freebase.com/mailman/listinfo/developers" target="_blank">http://lists.freebase.com/mailman/listinfo/developers</a><br>
</div></div></blockquote></div><br></div>