Skip to search.
cop6726sp08 · COP 6726: Database System Implementation

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 1 - 30 of 317   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1 chris.jermaine Offline Send Email Jan 14, 2008
3:13 pm
2 Harish kumar
harish_pesit Offline Send Email
Jan 15, 2008
6:52 pm
-- Thanks, Harish...
3 Christopher Jermaine
chris.jermaine Offline Send Email
Jan 15, 2008
6:59 pm
No... I'm working on it right now. It'll definitely be up by sometime this evening. Sorry for the delay! --Chris -- ...
4 chris.jermaine Offline Send Email Jan 16, 2008
2:23 am
It is now posted, --Chris...
5 Sandeep Warikoo
warikoo_reck Offline Send Email
Jan 16, 2008
6:17 pm
Hi, I am unable to compile the given files. The error I get is: g++ -O2 -Wno-deprecated -g -c Record.cc File.h:52: error: ???off_t??? does not name a type ...
6 Christopher Jermaine
chris.jermaine Offline Send Email
Jan 16, 2008
6:26 pm
This is quite strange... where are you trying to compile? I tried compiling at several CISE locations and never had a problem. Anyway, one thing to try is to...
7 Sandeep Warikoo
warikoo_reck Offline Send Email
Jan 16, 2008
6:49 pm
Hi, I had tried compile it on thunder.cise.ufl.edu as well as on my laptop which has ubuntu. It just found out that it compiles on sun machines, but not on any...
8 Christopher Jermaine
chris.jermaine Offline Send Email
Jan 16, 2008
7:06 pm
Hi all-- I posted a new version of Chris.tar that should compile and run correctlly on Linux as well. If you had previously downlaoded the old version, go to...
9 Sandeep Warikoo
warikoo_reck Offline Send Email
Jan 18, 2008
7:36 pm
Dear Dr Jermaine, I have a doubt regarding the curLength member of File class. From the code it looks like we are not initializing it to anything when creating...
10 Christopher Jermaine
chris.jermaine Offline Send Email
Jan 18, 2008
8:12 pm
You might have the depricated version of Chris.tar. Try re-downloading it, --Chris -- ____________________________________________________________ Christopher...
11 Christopher Jermaine
chris.jermaine Offline Send Email
Jan 18, 2008
8:12 pm
Hi all-- There are slightly updated versions of the assignment PDF file as well as Chris.tar posted on the website. Please download new version of both when...
12 Akshat Bhatia
akshat_bhati... Offline Send Email
Jan 20, 2008
5:40 am
Hi, I have a couple of doubts regarding assignment 1. 1. The Create and Open functions of DBFile are supposed to return integers as per their success or...
13 amool_always4u Offline Send Email Jan 20, 2008
9:33 pm
Hi Chris Can I add a function in to page class which returns the total no of records in the page. We can implement this using functionality of two way list , ...
14 Harish kumar
harish_pesit Offline Send Email
Jan 21, 2008
2:13 am
Hi Chris 1>In Load unction, once the file is loaded, how do we have to update the current record?...
15 Harish kumar
harish_pesit Offline Send Email
Jan 21, 2008
2:54 am
Hi Chris, Sorry for my previous incomplete mail . I have following doubts with Project 1. 1>In Load function, once the file is loaded, if the page is full, we...
16 Joyesh Mishra
jmishra@... Send Email
Jan 21, 2008
4:54 am
Hi All, We found two small typos which result in Seg Fault (on linux, works fine on solaris!) when the object destructors are called in. We ended up spending...
17 Christopher Jermaine
chris.jermaine Offline Send Email
Jan 21, 2008
2:06 pm
Yes, these seem to cause problems on Linux (my excuse is that development was done on Solaris!). Anyway, the change has been made in Chris.tar, --Chris -- ...
18 Christopher Jermaine
chris.jermaine Offline Send Email
Jan 21, 2008
2:10 pm
... Any one of these is fine. In practice, a user should never expect anything regarding the plinter after a Load -- other than if he/she calls MoveFirst...
19 Subramanian
proton_soup Offline Send Email
Jan 22, 2008
6:24 am
A test driver for A1 (heap file) has been posted on the class website. Check out the README file for usage instructions. Submission instructions will be posted...
20 Christopher Jermaine
chris.jermaine Offline Send Email
Jan 22, 2008
9:53 pm
... Unfortunately, there could be a million explanations for this! My first question is: how many pages did you write to lineitem? Did you actually write 731...
21 Subramanian
proton_soup Offline Send Email
Jan 22, 2008
10:40 pm
To conserve common disk space, please *avoid* generating your own TPC-H files in CISE machines. I have generated all the required files using dbgen and have...
22 donald_duck726 Offline Send Email Jan 23, 2008
3:23 am
As the business war on the air is hotting up with so many low-budget airlines dominating the sky, the passengers can now enjoy the best deals. The webguide -...
23 nakul_jindal Offline Send Email Jan 23, 2008
2:50 pm
Hi Chris, It seems that the GetLength method from the File class returns one more than the total number of pages. Also, the Open function from File does not...
24 Christopher Jermaine
chris.jermaine Offline Send Email
Jan 23, 2008
3:12 pm
... I agree that the way that GetLength works is a bit confusing! If a file is brand new, then GetLength returns zero. But after you have added data to the...
25 Subramanian Arumugam
proton_soup Offline Send Email
Jan 23, 2008
5:12 pm
... The File class uses the first page to store metainformation. You can just subtract 1 from the returned value. ... I don't think there is a need to change...
26 lfernand@...
itslinda84 Offline Send Email
Jan 23, 2008
7:57 pm
Hi Chris, I have a doubt regarding the test files : test.cc In test.cc, the test methods operate on different instances of DBFile. In the 2 scan test methods,...
27 Subramanian Arumugam
proton_soup Offline Send Email
Jan 23, 2008
11:42 pm
If a binary DBFile exists, then File::Open () should correctly set the # of pages when it is called. Make sure you are passing the right parameter values. In...
28 Ankur Manga
ankurgmanga Offline Send Email
Jan 24, 2008
12:14 am
Hi All, If you are facing problem with Query 5 , please replace 1000 with 1000.0 Reason: s_acctbal is of double type --Anks...
29 Harish kumar
harish_pesit Offline Send Email
Jan 24, 2008
1:48 am
Hi, We are getting 0 records in scan & compare whenever there is string comparision. For eg,In the test driver, for q1 , q2 we are getting 0. I think that the...
30 Jeff DePree
jeffdepree Offline Send Email
Jan 24, 2008
2:22 pm
This problem seems to be due to the fact that the quotes around the string to be compared are never removed and thus when strcmp looks at "MAIL" and " 'MAIL' "...
Messages 1 - 30 of 317   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help