<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Limitations on length of repeating attributes in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/limitations-on-length-of-repeating-attributes/m-p/300150#M253280</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry- a multi-valued attribute.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Sep 2015 21:32:24 GMT</pubDate>
    <dc:creator>mkolas</dc:creator>
    <dc:date>2015-09-01T21:32:24Z</dc:date>
    <item>
      <title>Limitations on length of repeating attributes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/limitations-on-length-of-repeating-attributes/m-p/300148#M253278</link>
      <description>Are there any limitations, hard-coded or suggested, on the length of repeating attributes? I'm working through proofing out a scenario that may have up to 30,000 values on a repeating field. I understand that this will almost certainly break Share, but is this kosher on the backend? If not, what mig</description>
      <pubDate>Tue, 01 Sep 2015 15:22:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/limitations-on-length-of-repeating-attributes/m-p/300148#M253278</guid>
      <dc:creator>mkolas</dc:creator>
      <dc:date>2015-09-01T15:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Limitations on length of repeating attributes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/limitations-on-length-of-repeating-attributes/m-p/300149#M253279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What do you mean by a "repeating attribute"?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 17:32:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/limitations-on-length-of-repeating-attributes/m-p/300149#M253279</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2015-09-01T17:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Limitations on length of repeating attributes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/limitations-on-length-of-repeating-attributes/m-p/300150#M253280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry- a multi-valued attribute.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 21:32:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/limitations-on-length-of-repeating-attributes/m-p/300150#M253280</guid>
      <dc:creator>mkolas</dc:creator>
      <dc:date>2015-09-01T21:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Limitations on length of repeating attributes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/limitations-on-length-of-repeating-attributes/m-p/300151#M253281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is that a single attribute with thousands of values per node.&amp;nbsp;&amp;nbsp;&amp;nbsp; Or a single attribute with a few values from a set of thousands?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 09:49:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/limitations-on-length-of-repeating-attributes/m-p/300151#M253281</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2015-09-02T09:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Limitations on length of repeating attributes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/limitations-on-length-of-repeating-attributes/m-p/300152#M253282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A single attribute that may have thousands of values on a particular node.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 15:00:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/limitations-on-length-of-repeating-attributes/m-p/300152#M253282</guid>
      <dc:creator>mkolas</dc:creator>
      <dc:date>2015-09-04T15:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Limitations on length of repeating attributes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/limitations-on-length-of-repeating-attributes/m-p/300153#M253283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not aware of a limit on the number of values for a multi-valued field, but I've never tried 1000.&amp;nbsp; There is a limit on the size of an individual value.&amp;nbsp;&amp;nbsp;&amp;nbsp; At 1000 values, you are going to have display issues and may want to display that data in some other way than a simple list.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The other way to model that sort of relationship is via associations.&amp;nbsp; For example if you have need to know who has read a certain document then that's probably best modeled via assocs rather than a great long multi valued list of the user name of the readers.&amp;nbsp;&amp;nbsp; And perhaps it never makes sense to print the entire list of readers, although if that is needed its a quick bit of script.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 16:23:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/limitations-on-length-of-repeating-attributes/m-p/300153#M253283</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2015-09-04T16:23:29Z</dc:date>
    </item>
  </channel>
</rss>

