Best practices
3 votes
0 replies
0 views
I built a database. What should I do next?
You aren't a fool; you're reinventing the wheel. This is something we all do. Recreating something that was previously created allows you to explore the topic much deeper. Those analysis skills will ...
Best practices
2 votes
0 replies
0 views
I built a database. What should I do next?
Real systems are made over years and decades, by entire teams and divisions of engineers, in response to concrete pain points that someone needs solved. Nobody builds a skyscraper by himself. Don't be ...
1 vote
How can I use specific values for query in Apache IoTDB
You can do it in one query (if your IoTDB version supports subqueries): SELECT time, s1, s2, s3, s4 FROM root.sg.d1 WHERE s1 = (SELECT MAX(s1) FROM root.sg.d1); This returns all rows where s1 is at ...
Best practices
1 vote
0 replies
0 views
I built a database. What should I do next?
This really did remind me: how could I possibly compare an undergraduate thesis project with the work of people who have spent more than a decade in the field? Anyone who does that is obviously a fool,...
Best practices
1 vote
0 replies
0 views
I built a database. What should I do next?
It's impressive to have achieved what you did as an undergraduate. You should not evaluate your project by comparing it to mature RDBMS projects that in fact have thousands of engineer-years of work ...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
database × 193827mysql × 48813
sql × 44975
php × 26456
java × 13887
sql-server × 13715
c# × 11908
sqlite × 11321
android × 10782
postgresql × 10743
python × 9501
database-design × 9332
oracle-database × 8703
mongodb × 5863
javascript × 4726
django × 4133
laravel × 4090
ms-access × 3999
ruby-on-rails × 3892
html × 3530
node.js × 3320
nosql × 2857
asp.net × 2845
performance × 2508
relational-database × 2439