Thanks for your help and advice. Sorry for this late reply. Actually I was busy in Upgrading to latest MySQL(4.1.14)version and get the latest JDBC connector. And my program's performance has improved dramatically. I was using 4.0.* version which was quite outdated. Now all is fine and query is...
I have tried that too. I have created index on Primary Key! And that slows down the process.
I found that update operation for some tokens(primary key) takes almost 100ms after rows grow over 120,000.
Do you think a primary key varchar(255) can be problem?
If so should I change the Table design?
Hi All,
I have a mysql database where tables are very simple. An example table will look like this:
create table myTable(
token varchar(255) not null primary key,
token_count int default 1,
frequency int
) type=INNODB;
A java program populates this table. The program reads from files (in...
Hello All,
I'm a newbie in the Perl. I'm encountering a bit of difficulty understanding various methodology in subroutine calls. Can any one describe the arguments that are getting passed?
Pattern 1: (most common)
sub mysub{
}
Comments: Understood
-------------------------------------...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.