Hacker News new | past | comments | ask | show | jobs | submit login
How JavaScript Works: Database Indexing: The Good and Bad Parts (sessionstack.com)
3 points by rafi-shgn on May 20, 2022 | hide | past | favorite | 1 comment



If you have a million or a ton of data with transactions of retrieval in seconds, you can’t even escape opting for Indexing. Performance is key for most products, especially e-commerce services. The solution is to reduce the response time and the database is optimized to perform this search. We are only worried about the column to index and the primary key is always the index.

In this article, we will learn more about this by focusing on the good and downsides of Indexing




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: