<div>Metzler</div>
<div>Thanks for advice. <br></div>
<div>Out of all databases as of now Drupal is compatible with, which one is suitable for high row counts and better performance during search, is it postgres? Currently I am using MySQl (5.5.8), will it scale up to high row counts.</div>

<div> </div>
<div>Best Regards</div>
<div>Austin</div>
<div> </div>
<div><br> </div>
<div class="gmail_quote">On Mon, Mar 7, 2011 at 9:42 PM, Metzler, David <span dir="ltr">&lt;<a href="mailto:metzlerd@evergreen.edu">metzlerd@evergreen.edu</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
<div lang="EN-US" vlink="blue" link="blue">
<div>
<p class="MsoNormal"><font color="navy" size="2" face="Arial"><span style="FONT-FAMILY: Arial; COLOR: navy; FONT-SIZE: 10pt">I would advise against that. </span></font></p>
<p class="MsoNormal"><font color="navy" size="2" face="Arial"><span style="FONT-FAMILY: Arial; COLOR: navy; FONT-SIZE: 10pt"> </span></font></p>
<p class="MsoNormal"><font color="navy" size="2" face="Arial"><span style="FONT-FAMILY: Arial; COLOR: navy; FONT-SIZE: 10pt">Drupal.org is hosting probably over 500,000 users already and there hasn’t been a noticeable performance problem with logging in. Modern databases such as Postgres work fine with large row counts.  They support feature like partitioning to make sure that the data is stored in separate places on disk based the value of  key fields.   Don’t make the mistake of thinking that in PHP you can out optimize a database written for such activities. An index of 7 million integer uids is still a pretty small file by todays standards.  Solve performance problems when and where they happen, and throw hardware and or database server feature sets at the problem rather than trying to out-program the DB programmers. </span></font></p>

<p class="MsoNormal"><font color="navy" size="2" face="Arial"><span style="FONT-FAMILY: Arial; COLOR: navy; FONT-SIZE: 10pt"> </span></font></p>
<p class="MsoNormal"><font color="navy" size="2" face="Arial"><span style="FONT-FAMILY: Arial; COLOR: navy; FONT-SIZE: 10pt">The account profile is serialized data so I wouldn’t store it there, particularly if you want to be querying it, but you can write a custom module to store info that is not natively in the user table there. </span></font></p>

<p class="MsoNormal"><font color="navy" size="2" face="Arial"><span style="FONT-FAMILY: Arial; COLOR: navy; FONT-SIZE: 10pt"> </span></font></p>
<p class="MsoNormal"><font color="navy" size="2" face="Arial"><span style="FONT-FAMILY: Arial; COLOR: navy; FONT-SIZE: 10pt"> </span></font></p>
<p class="MsoNormal"><font color="navy" size="2" face="Arial"><span style="FONT-FAMILY: Arial; COLOR: navy; FONT-SIZE: 10pt"> </span></font></p>
<div>
<div style="TEXT-ALIGN: center" class="MsoNormal" align="center"><font size="3" face="Times New Roman"><span style="FONT-SIZE: 12pt">
<hr align="center" size="2" width="100%">
</span></font></div>
<p class="MsoNormal"><b><font size="2" face="Tahoma"><span style="FONT-FAMILY: Tahoma; FONT-SIZE: 10pt; FONT-WEIGHT: bold">From:</span></font></b><font size="2" face="Tahoma"><span style="FONT-FAMILY: Tahoma; FONT-SIZE: 10pt"> <a href="mailto:support-bounces@drupal.org" target="_blank">support-bounces@drupal.org</a> [mailto:<a href="mailto:support-bounces@drupal.org" target="_blank">support-bounces@drupal.org</a>] <b><span style="FONT-WEIGHT: bold">On Behalf Of </span></b>Kamal Palei<br>
<b><span style="FONT-WEIGHT: bold">Sent:</span></b> Sunday, March 06, 2011 3:07 PM<br><b><span style="FONT-WEIGHT: bold">To:</span></b> <a href="mailto:support@drupal.org" target="_blank">support@drupal.org</a><br><b><span style="FONT-WEIGHT: bold">Cc:</span></b> adept techlists - kazar<br>
<b><span style="FONT-WEIGHT: bold">Subject:</span></b> Re: [support] Saving and Retreiving Form Data</span></font></p></div>
<div>
<div></div>
<div class="h5">
<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="FONT-SIZE: 12pt"> </span></font></p>
<div>
<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="FONT-SIZE: 12pt">Thanks Kazar</span></font></p></div>
<div>
<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="FONT-SIZE: 12pt">This option may not be suitable as the number of records are going to be quite high.</span></font></p></div>
<div>
<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="FONT-SIZE: 12pt">Probably user name should be hashed and on that basis table name should be selected to store, seach data for better performance.</span></font></p>
</div>
<div>
<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="FONT-SIZE: 12pt">I really appreciate your information, this is really usefull for small to medium scale operations.</span></font></p></div>
<div>
<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="FONT-SIZE: 12pt"> </span></font></p></div>
<div>
<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="FONT-SIZE: 12pt">Regards</span></font></p></div>
<div>
<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="FONT-SIZE: 12pt">Austin</span></font></p></div>
<div>
<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="FONT-SIZE: 12pt">On Mon, Mar 7, 2011 at 4:15 AM, adept techlists - kazar &lt;<a href="mailto:techlists@ade.pt" target="_blank">techlists@ade.pt</a>&gt; wrote:</span></font></p>

<div>
<p style="MARGIN-BOTTOM: 12pt" class="MsoNormal"><font size="3" face="Times New Roman"><span style="FONT-SIZE: 12pt">On 3/6/11 4:37 PM, Austin Einter wrote:<br>&gt; Thanks Kazar<br>&gt; Just one quick question.<br>&gt; All users, user profile data etc are stored in a single table in<br>
&gt; Database or per user one table is created.<br>&gt; Is there any limit for maximum number of users.</span></font></p></div>
<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="FONT-SIZE: 12pt">There is a single &quot;users&quot; table<br><br>As far as I know there is no limit (but I am far from expert at Drupal),<br>other than hardware and memory settings that will need to be sufficient<br>
if you have many users logged in at once.<br><font color="#888888"><span style="COLOR: #888888"><br>kazar</span></font></span></font></p>
<div>
<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="FONT-SIZE: 12pt"><br>&gt;<br>&gt; On Sat, Mar 5, 2011 at 7:24 PM, adept techlists - kazar</span></font></p></div>
<div>
<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="FONT-SIZE: 12pt">&gt; &lt;<a href="mailto:techlists@ade.pt" target="_blank">techlists@ade.pt</a> &lt;mailto:<a href="mailto:techlists@ade.pt" target="_blank">techlists@ade.pt</a>&gt;&gt; wrote:<br>
&gt;<br>&gt;     On 3/3/11 9:56 PM, Austin Einter wrote:<br>&gt;     &gt; Hi All<br>&gt;     &gt; I have a requirement, where I need to have a form and expected<br>&gt;     fields<br>&gt;     &gt; are -<br>&gt;     &gt; Name<br>
&gt;     &gt; Contact number<br>&gt;     &gt; Email ID<br>&gt;     &gt; Resume (File upload)<br>&gt;</span></font></p></div>
<div>
<p style="MARGIN-BOTTOM: 12pt" class="MsoNormal"><font size="3" face="Times New Roman"><span style="FONT-SIZE: 12pt">&gt;     Why not just add fields to the user&#39;s account profile? This way<br>&gt;     the info<br>&gt;     can be retrieved and updated by them (or viewed/edited by site<br>
&gt;     admin or<br>&gt;     other users depending on permissions)<br>&gt;<br>&gt;     If you upgrade to Drupal 7 you can add fields to the user profile (see<br>&gt;     &quot;Administer User Profile&quot; <a href="http://drupal.org/node/874026" target="_blank">http://drupal.org/node/874026</a> ). This is<br>
&gt;     part<br>&gt;     of the core install and requires no further modules.<br>&gt;<br>&gt;     For Drupal 6 there is the Profile module (see<br>&gt;     <a href="http://drupal.org/node/23710" target="_blank">http://drupal.org/node/23710</a> )<br>
&gt;<br>&gt;</span></font></p></div>
<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="FONT-SIZE: 12pt">--</span></font></p>
<div>
<div>
<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="FONT-SIZE: 12pt">[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]</span></font></p></div></div>
</div>
<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="FONT-SIZE: 12pt"> </span></font></p></div></div></div></div><br>--<br>[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</blockquote></div><br>