<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial, helvetica, sans-serif;font-size:12pt"><DIV></DIV>
<DIV>Indeed, a scalable design is an excellent idea. However, one needs to start with a realistic goal. I seriously doubt that 70 million is at least an order of magnitude too high.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Title can be hidden with the&nbsp;Automatic nodetitle module (<A href="http://drupal.org/project/auto_nodetitle">http://drupal.org/project/auto_nodetitle</A>), which you're probably going to want; all nodes must have a title, in this case you'll probably want to derive it from the name. Menu settings&nbsp;is controlled&nbsp;by permissions. Input format is&nbsp;set by the format and who may use it. Again, I will caution you: if you didn't already know those last two, you are thinking too big to succeed right now.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Filefield is specifically what&nbsp;you're asking for, but you still need some function to zip the data, if it will help.</DIV>
<DIV>&nbsp;</DIV>
<DIV>CCK comes with&nbsp;fieldgroup&nbsp;in D6, but requires the Field Group module in D7 (and is supposed to be better). <A href="http://drupal.org/project/field_group">http://drupal.org/project/field_group</A></DIV>
<DIV>&nbsp;</DIV>
<DIV>Now, to offer another option. One possible drawback to CCK is that all fields will be loaded when the node is loaded, including possibly unzipping the resume. If you code your own node module, you have more control over which pieces are loaded (think performance) at any particular event. There are examples of this in the API site. I believe the examples include search indexing.</DIV>
<DIV>&nbsp;</DIV>
<DIV>In terms of search, and in particular the user experience, you might want to look at ApacheSolr search with its faceted drill-down.</DIV>
<DIV>&nbsp;</DIV>
<DIV>By the way, you haven't even mentioned location, which is important in job searching.<BR>&nbsp;</DIV>
<P><FONT color=#ff007f size=4 face="bookman old style, new york, times, serif"><EM><STRONG>Nancy</STRONG></EM></FONT></P>
<P>&nbsp;</P>
<P><FONT face="arial, helvetica, sans-serif">Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.</FONT></P>
<DIV><BR></DIV>
<DIV style="FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12pt"><BR><FONT size=2 face=Tahoma>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">
<HR SIZE=1>
</DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt"><B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Austin Einter</DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt"><FONT size=2 face=Tahoma></FONT></FONT><BR>&nbsp;</DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">I wanted to design/implement similar to monester, where I can handle large number of users.&nbsp;</DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">But can I have those many users or not,&nbsp; not sure as of now, however it is good to have a scalable design as a starting point.</DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">&nbsp;</DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">Last few months, I have been looking at Drupal, have gone through number of books.</DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">I am comfortable with Drupal to some extent. Now I want to learn and implement how to store and retreive data, and what is the best efficient way when we need to deal with large amount of data.</DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt"><BR>I just created pages using webform and CCK. </DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">With CCK I see</DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">&nbsp;</DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">1. Number of extra field are shown up (like Title, menu settings, input format etc) and I do not want these fields. <FONT color=#ff6600>Please let me know how can I stop these fields appearing.</FONT></DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">&nbsp;</DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">2. I wanted to have&nbsp;a field for resume upload, could not find the FILE field &nbsp;using CCK. </DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">Then&nbsp;I enabled fileupload module, with this I can see a file upload field in page. Probably I can look at installing file field.</DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">&nbsp;</DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">3. There is&nbsp;a fieldset field in webform to group similar fields under one group. <FONT color=#ff6600>I am not aware of module which can do this if using CCK. Appreciate if you can suggest how to keep similar fields in one group.</FONT></DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">&nbsp;</DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">If I can overcome these issues I am pro for CCK. </DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">&nbsp;</DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">Assuming I am going to use CCK, as you mentioned skillset can be indexed (using custom module), can you kindly provide more information how it can be done atleast from logic perspective.</DIV></DIV></div></body></html>