Featured post
SEO Optimalization performance , which method ? (ASP.NET Routing) -
i'm trying figure out type of seo use site. i'm using asp.net routing (webforms) sql 2005 database.
i want show urls like: http://www.domain.com/article-category/article-title-of-current-page
this means need query category , article it's title (well, systemtitle column). systemtitles columns indexed varchar(255) column.
does have done similar way , if so, did u notice performance decrease using method? can opt-in /2-article-category/243-article-title-of-current-page , query id hoping avoid urls clean.
i've read things topic before , performance impact little when columns indexed while others make huge impact. it's not important if site grows should not suffer it.
any tips/advice welcome.
thank time.
kind regards, mark
i dont think somthing worry about, query on "where title = 'abc'" wont hugley differant query on 'where id = x'
however, i'd advise not using may hinder performance.
check out.
sql select speed int vs varchar
edit: while above true, dont think going problem. talking such small amounts of time on decent hardware.
infact i'm working on benchmarks now.
- Get link
- X
- Other Apps
Comments
Post a Comment