<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ana Willem</title>
    <description>The latest articles on DEV Community by Ana Willem (@jellobrain).</description>
    <link>https://dev.to/jellobrain</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F871302%2F64554cbd-9061-443d-bdbe-e3c60d58af2d.jpeg</url>
      <title>DEV Community: Ana Willem</title>
      <link>https://dev.to/jellobrain</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jellobrain"/>
    <language>en</language>
    <item>
      <title>Complex datatypes in Django</title>
      <dc:creator>Ana Willem</dc:creator>
      <pubDate>Thu, 02 Jun 2022 03:59:05 +0000</pubDate>
      <link>https://dev.to/jellobrain/complex-datatypes-in-django-52dc</link>
      <guid>https://dev.to/jellobrain/complex-datatypes-in-django-52dc</guid>
      <description>&lt;p&gt;I have to show which doors in a building people can open with their keys.  There are 4 tables I have to get through to do it.  The ORM is just not cutting through it (or it does but it takes a minute for some folks with master keys to load all of the doors).&lt;/p&gt;

&lt;p&gt;So my options are:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Create calls to StoredProcedures and let the DB engine do it's thing faster.&lt;/li&gt;
&lt;li&gt;Create database views and let the DB do it's thing faster.&lt;/li&gt;
&lt;li&gt;Other ideas?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;We already have and use Triggers, StoredProcedures and Views in the database, so there is no prescient precedence to do things any particular way.&lt;/p&gt;

</description>
      <category>django</category>
      <category>python</category>
      <category>sql</category>
      <category>object</category>
    </item>
  </channel>
</rss>
