what's the best storage for text
I have an application that just only use for show information and search data. and my datatype is text and has larg size. would you please tell me what's the best storage for it. also I don't 开发者_StackOverflow中文版want to use SQL database. thaks
I would just store it to disk with a plain file name. What language are you using?
I agree with @Bryan Ross, but I would go further and say store in in text but using xml protocol. This way data is better structured and opens up lots of options if you even need the data imported.
http://xmlfiles.com/xml/xml_usedfor.asp
精彩评论