Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ranaaich
  • Content: Threads
  • Order by date
  1. ranaaich

    Query (select/insert/update)Slows when table grows

    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...
  2. ranaaich

    Different kinds of Perl subroutines

    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 -------------------------------------...

Part and Inventory Search

Back
Top