mikeizbicki / cmc-csci143

big data course materials
40 stars 76 forks source link

expectations for search function #559

Open myngpog opened 6 months ago

myngpog commented 6 months ago

hii im wondering if we only need to worry about searching for english phrases or if we need to consider other languages.

additionally in OH i recall that you mentioned that we don't need to work with the millions of rows and that our new min can be 100k, does this still stand?

EDIT: i realized we prob need the millions of rows to check our RUM index

Thanks :)

mikeizbicki commented 6 months ago

There is no need to support multiple languages. Picking only English would be fine.

I thought (out loud) about modifying the requirements of the size of the tables to be smaller, but I did not make that a policy. The original size requirements remain.