Organize address cache
Posted
by Orsol
on Stack Overflow
See other posts from Stack Overflow
or by Orsol
Published on 2010-03-09T10:36:21Z
Indexed on
2010/03/09
11:36 UTC
Read the original article
Hit count: 117
database-design
|mysql
Hi, I need to organize cache in mySql database for address - coordinates. What is the best practice to store address? Do i need to compress address string or use it as is?
edit: Ok, let's I reassert my question. How to store long (up to 512) string in database if I need to search by exactly this string in future.
© Stack Overflow or respective owner