Jump to content

select a product info from DB without ID ?


raduenea

Recommended Posts

Hello,

 

I see in many eCommerce links something like:

http://www.exemple.com/laptops/acer-aspire-e1-571G/

 

So to show the product detail of the Acer the select is made by  this string in DB "acer-aspire-e1-571G" ?

As I know the select is made by ID for fast results.

 

Thank you.

Indexes. IDs are typically primary keys which means they have unique indexes. You can put indexes on any column or combination of columns you want, so if you want to search based on a unique string key then put a unique index on that column. The only real limitation is that the index must be

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.