<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Highlights from the Alfresco Meetup in Chicago</title>
	<atom:link href="http://ecmarchitect.com/archives/2009/05/07/987/feed" rel="self" type="application/rss+xml" />
	<link>http://ecmarchitect.com/archives/2009/05/07/987</link>
	<description>Jeff Potts on ECM, portals, search, collaboration, and a bunch of personal stuff</description>
	<lastBuildDate>Mon, 14 May 2012 10:48:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Ronny Timmermans</title>
		<link>http://ecmarchitect.com/archives/2009/05/07/987/comment-page-1#comment-35284</link>
		<dc:creator>Ronny Timmermans</dc:creator>
		<pubDate>Fri, 15 May 2009 22:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://ecmarchitect.com/?p=987#comment-35284</guid>
		<description>I want to thank you for your openess, Jeff. You are an authority on Alfresco, and your words should have a serious impact on Alfresco engineering, as you speak out what many have suffered from.

Jean: good to hear. Lucene is a timebomb ticking under Alfresco. Current ECM repositories will grow, exhibit frequent delete and creations of content, and encounter index inconsistencies, leading to downtimes of many days. I lived one this week. It&#039;s easily replicated: just sync with a larger LDAP directory (with a few 1000 users and groups): Alfresco creates and deletes the whole bunch at every sync pass, leading to an rapid increases in useless transactions in alf_transactions.

Alfresco must asap get rid of a full-text indexing engine to index the structured data, and use lucene for what it is meant (full text indexing). indexes are in the database. Should be used. The current trade-off of flexibility in the datamodel and database portability versus structured query performance and reliability is a basic design flaw. Alfresco is allowed to make a few, as so many wonderful choices have been made. But not repairing it is exposing partners and customers to a major risk.

To finish off: I believe a system is scalable to the extent it can be repaired off-business hours, after an incident in production, to be operational again the next morning without data-loss. For Alfresco that means: a few million documents, with not too much meta-data. Given that the -auto option of re-indexing works.</description>
		<content:encoded><![CDATA[<p>I want to thank you for your openess, Jeff. You are an authority on Alfresco, and your words should have a serious impact on Alfresco engineering, as you speak out what many have suffered from.</p>
<p>Jean: good to hear. Lucene is a timebomb ticking under Alfresco. Current ECM repositories will grow, exhibit frequent delete and creations of content, and encounter index inconsistencies, leading to downtimes of many days. I lived one this week. It&#8217;s easily replicated: just sync with a larger LDAP directory (with a few 1000 users and groups): Alfresco creates and deletes the whole bunch at every sync pass, leading to an rapid increases in useless transactions in alf_transactions.</p>
<p>Alfresco must asap get rid of a full-text indexing engine to index the structured data, and use lucene for what it is meant (full text indexing). indexes are in the database. Should be used. The current trade-off of flexibility in the datamodel and database portability versus structured query performance and reliability is a basic design flaw. Alfresco is allowed to make a few, as so many wonderful choices have been made. But not repairing it is exposing partners and customers to a major risk.</p>
<p>To finish off: I believe a system is scalable to the extent it can be repaired off-business hours, after an incident in production, to be operational again the next morning without data-loss. For Alfresco that means: a few million documents, with not too much meta-data. Given that the -auto option of re-indexing works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean Barmash</title>
		<link>http://ecmarchitect.com/archives/2009/05/07/987/comment-page-1#comment-35027</link>
		<dc:creator>Jean Barmash</dc:creator>
		<pubDate>Mon, 11 May 2009 00:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://ecmarchitect.com/?p=987#comment-35027</guid>
		<description>Justin,

Not sure if you are an Enterprise customer or not, but in 3.1, as an Enterprise Only Feature, a new UI (set of web scripts) was added to do much more sophisticated index management, including partial re-indexing, diagnosis, etc.  

It&#039;s not something we recommend you use without guidance from support, but just wanted to make sure you know that we have in fact been working on such tools, in addition to a larger refactoring effort that Jeff mentioned.</description>
		<content:encoded><![CDATA[<p>Justin,</p>
<p>Not sure if you are an Enterprise customer or not, but in 3.1, as an Enterprise Only Feature, a new UI (set of web scripts) was added to do much more sophisticated index management, including partial re-indexing, diagnosis, etc.  </p>
<p>It&#8217;s not something we recommend you use without guidance from support, but just wanted to make sure you know that we have in fact been working on such tools, in addition to a larger refactoring effort that Jeff mentioned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Luzier</title>
		<link>http://ecmarchitect.com/archives/2009/05/07/987/comment-page-1#comment-34856</link>
		<dc:creator>Justin Luzier</dc:creator>
		<pubDate>Thu, 07 May 2009 21:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://ecmarchitect.com/?p=987#comment-34856</guid>
		<description>Very happy to hear about the &#039;index refactoring&#039; in 3.2. It&#039;s a very weak link in Alfresco right now, and I have seen what you describe in a production setting (i.e. Lucene thinks it has something that Alfresco does not, which is screwing up webscript calls). If anything, I&#039;d like to see more tools related to Lucene index maint. in Alfresco; restarting and re-indexing is not a solution most production customers can live with given the long index times, etc.</description>
		<content:encoded><![CDATA[<p>Very happy to hear about the &#8216;index refactoring&#8217; in 3.2. It&#8217;s a very weak link in Alfresco right now, and I have seen what you describe in a production setting (i.e. Lucene thinks it has something that Alfresco does not, which is screwing up webscript calls). If anything, I&#8217;d like to see more tools related to Lucene index maint. in Alfresco; restarting and re-indexing is not a solution most production customers can live with given the long index times, etc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

