Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement in database schema #5

Closed
jatin69 opened this issue Mar 19, 2018 · 1 comment
Closed

Enhancement in database schema #5

jatin69 opened this issue Mar 19, 2018 · 1 comment

Comments

@jatin69
Copy link

jatin69 commented Mar 19, 2018

Currently, it creates a tweets table and stores there.
But if I switch to a new topic, it keeps on appending data in tweets.
Maybe we should make a separate table for each search query.
So I can actively have data on multiple topics.

@shreybatra
Copy link
Owner

It does not make a new table. This is NoSQL database, it creates a collection. No point to create a different collection everytime. You can go through my this for help.

This Blog

Also read, documentation of MongoDB and how it is different from Classic SQL in tables and records sort of way.!

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants