管理海量数据的数据结构 - 在内存索引中

时间:2015-03-20 18:11:04

标签: data-structures bigdata

假设您有庞大的学生数据。此数据位于RAM(大约48 GB)中。

Student has following attributes:
1) RollNo
2) Name
3) Address

现在我需要实现三种方法:

getStudentByRollNo(int rollno)
getStudentsByName(String name)
getStudentsByAddress(String address)

在什么数据结构中,我可以保留这些学生,以便这些方法可以非常快速地返回结果。

0 个答案:

没有答案