Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
哪个是设计数据库模式的最佳方式,在该模式中存储数十万个具有重复性的事件,并且将支持数百万个查询,询问哪些事件将在某个日期范围内发生?
我的意思是,设计表格来描述模型应该不难,但是这样做可以快速搜索大量数据......好吧,我不知道该怎么做。
为什么不像往常一样构建数据模型(3NF-5NF)并添加另一个更适合处理搜索的层,如 Lucene 或 Solr?