Best Data Storage for Sentences with Multiple Attributes
A relational database management system (RDBMS) would be a good choice for storing sentences with multiple attributes in an easy-to-query way. You can create a table with columns for the sentence, the attributes, and any other relevant information. Each sentence would have multiple rows in the table, with each row representing a specific attribute of the sentence. You can then use SQL queries to retrieve data based on specific attributes or combinations of attributes.
原文地址: https://www.cveoy.top/t/topic/op6q 著作权归作者所有。请勿转载和采集!