in reply to Re^2: Searching and Coutning using 2 files with multiple columns
in thread Searching and Coutning using 2 files with multiple columns
The first is to tell mysql to build indexes on the chrom and the start columns. The second is to use prepared statements and execute() as show in the DBI documentation and in this tutorial.
If you use the RaiseError option in DBI->connect, you can leave out the ||die and get much better error messages.
It actually stops in a wierd way, like if the actual count is 30, it will only print 3. How do I deal with this?
How does it "stop"? Does it hang? or does it terminate? What is the exit code? does it run out of memory or disk space?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Searching and Coutning using 2 files with multiple columns
by shart3 (Novice) on Feb 19, 2010 at 17:52 UTC | |
|
Re^4: Searching and Coutning using 2 files with multiple columns
by shart3 (Novice) on Feb 19, 2010 at 18:08 UTC |