How do you store a trie in a relational database?

Posted by blank on Stack Overflow See other posts from Stack Overflow or by blank
Published on 2008-12-10T04:06:33Z Indexed on 2010/05/29 4:52 UTC
Read the original article Hit count: 143

I have a prefix trie. What is the recommended schema for representing this structure in a relational database? I need substring matching to remain efficient.

© Stack Overflow or respective owner

Related posts about database-design

Related posts about schema