A
A
Alexander Diunov2015-01-16 14:02:03
MySQL
Alexander Diunov, 2015-01-16 14:02:03

How to store multiple urls in mysql database?

It is necessary to store millions of unique page addresses in the mysql database (I can’t use another engine). In the table, among other things, the column is the url address of the page (it is planned that it is unique for each record)
Tell me what type of tables is better to use (MyISAM, InnoDB, etc.) and whether to create an index for the column of page addresses, if so, what type of index?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Eugene, 2015-01-16
@Nc_Soft

InnoDB table with a unique index on the url field a
few lames is not such a problem for mysql

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question