It's rather hard to answer this sort of question given so little information. Please post:
the tables' definitions,
the indices already defined on the tables ("SHOW INDEX FROM <table>;"),
the query you run, and (if it's a SELECT query)
the output of "EXPLAIN <query>" (2, 3), where...