<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "I will create many indexes ,what will be?"]]></title>
		<link>http://forum.space4j.org/posts/list/1.page</link>
		<description><![CDATA[Latest messages posted in the topic "I will create many indexes ,what will be?"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>I will create many indexes ,what will be?</title>
				<description><![CDATA[ Hi,<br />   In my application,there will be many indexes to be created,and some indexes should be created dynamically,is there any question?<br />   And how should I can calculate the space of indexes?<br /> <br />  thanks<br /> <br /> --Ford <br /> <br /> ]]></description>
				<guid isPermaLink="true">http://forum.space4j.org/posts/preList/10/13.page</guid>
				<link>http://forum.space4j.org/posts/preList/10/13.page</link>
				<pubDate><![CDATA[Sat, 18 Oct 2008 07:14:38]]> GMT</pubDate>
				<author><![CDATA[ agile.guo]]></author>
			</item>
			<item>
				<title>I will create many indexes ,what will be?</title>
				<description><![CDATA[ [quote=agile.guo]<br />   In my application,there will be many indexes to be created,and some indexes should be created dynamically,is there any question?<br /> [/quote]<br /> <br /> No problem at all. Indexes can be created dynamic. Just like with any relational database, the indexation process can take long if your dataset is large. I would not worry for anything &lt; 500k.<br /> <br /> If you are indexing a huge dataset, it is better to do it offline, with your system off, to avoid write locks. Same problem with any relational database.<br /> <br /> [quote]<br />  And how should I can calculate the space of indexes?<br /> [/quote]<br /> <br /> Not easily. Java will not easily tell you the ammount of memory an object is taking. There are hacks to do this. Google it and if you get a good solution please share with me.]]></description>
				<guid isPermaLink="true">http://forum.space4j.org/posts/preList/10/16.page</guid>
				<link>http://forum.space4j.org/posts/preList/10/16.page</link>
				<pubDate><![CDATA[Sun, 26 Oct 2008 16:18:12]]> GMT</pubDate>
				<author><![CDATA[ saoj]]></author>
			</item>
	</channel>
</rss>
