<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Remove redundant indexes]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=5382</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5382&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Remove redundant indexes.]]></description>
		<lastBuildDate>Sun, 21 Dec 2014 17:06:12 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Remove redundant indexes]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=21844#p21844</link>
			<description><![CDATA[<p>It did stand full <a href="http://devel.frontaccounting.com/git/?p=fa-stable.git;a=commit;h=f7405f00e090326b631322c77a398826ac8115d9">fixed</a>. </p><p>It has now been <a href="http://devel.frontaccounting.com/git/?p=fa-stable.git;a=commit;h=7198643c8d4301fe41c70f202c6316a2880c9f52">reverted (as of 2014-12-22)</a> due to database schema policies on minor revisions and only these changes (<a href="http://https:/sourceforge.net/p/frontaccounting/mercurial/ci/e7af20b983ccbbc1928785ff525ab2bb29058319/tree/sql/en_US-new.sql?diff=99a6e869e7a0e1dac98938d41190f51ac97dc29a">en_US-New.sql</a>, <a href="http://https:/sourceforge.net/p/frontaccounting/mercurial/ci/e7af20b983ccbbc1928785ff525ab2bb29058319/tree/sql/en_US-demo.sql?diff=99a6e869e7a0e1dac98938d41190f51ac97dc29a">en_US-demo.sql</a>) have been moved to the Unstable v2.4 branch where further <a href="https://github.com/apmuthu/frontac24/commit/a0c2fa02dfb5f17568feab84ad1bf82d2416258e">redundant indexes</a> still exist.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 21 Dec 2014 17:06:12 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=21844#p21844</guid>
		</item>
		<item>
			<title><![CDATA[Re: Remove redundant indexes]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=21833#p21833</link>
			<description><![CDATA[<p>Thanks for including the <a href="http://devel.frontaccounting.com/git/?p=fa-stable.git;a=commit;h=84ce52944660d945698ce2c8439104824cc2b7c2">fix</a>. Please correct it as per the attachment.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 21 Dec 2014 06:38:28 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=21833#p21833</guid>
		</item>
		<item>
			<title><![CDATA[Re: Remove redundant indexes]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=21828#p21828</link>
			<description><![CDATA[<p>It&#039;s easy to remove these in v2.3 itself. It practically does not affect any table structure or break any script processing.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sat, 20 Dec 2014 16:57:05 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=21828#p21828</guid>
		</item>
		<item>
			<title><![CDATA[Re: Remove redundant indexes]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=21826#p21826</link>
			<description><![CDATA[<p>Will be fixed in version 2.4. Thanks for pointing this.<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Sat, 20 Dec 2014 16:28:31 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=21826#p21826</guid>
		</item>
		<item>
			<title><![CDATA[Remove redundant indexes]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=21732#p21732</link>
			<description><![CDATA[<p>After FrontAccounting installation and in existing installations, remove redundant indexes using:<br /></p><div class="codebox"><pre><code>ALTER TABLE `0_cust_branch` DROP INDEX `branch_code`;
ALTER TABLE `0_supp_trans` DROP INDEX `supplier_id`;
ALTER TABLE `0_supp_trans` DROP INDEX `type`;
ALTER TABLE `0_supp_trans` DROP INDEX `SupplierID_2`, ADD INDEX `supplier_id` (`supplier_id`, `supp_reference`);</code></pre></div><p>Change table prefix as needed and apply for all companies.</p><p>Read more about it <a href="https://frontaccounting.com/punbb/viewtopic.php?pid=21731#p21731">here</a>.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 11 Dec 2014 16:28:50 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=21732#p21732</guid>
		</item>
	</channel>
</rss>
