Databases versus plain text

后端 未结 14 1656
我在风中等你
我在风中等你 2020-12-04 22:01

When dealing with small projects, what do you feel is the break even point for storing data in simple text files, hash tables, etc., versus using a real database? For small

14条回答
  •  醉梦人生
    2020-12-04 22:37

    For bioinformatics you may be interested on that: Blast on DB. The guy who is working on that is a friend of mine and has a work on fast similarity sequence search, he found out to make his own binary storage better than using databases at this point.

    I don't know specific details about his solution but you probably can exchange one or two ideias mailing the guy, even sharing code.

提交回复
热议问题