SBSahil Bhattinstaticloadbalancing.hashnode.dev·Oct 11, 2025 · 3 min readUnderstanding K-D trees for Multidimensional Binary SearchIn basic query selection, we search a dataset based on a single feature. When multiple features are used together, this becomes an associative search. Regular searching is fine for small datasets, but as data grows, O(n) lookups become inefficient. T...00
SBSahil Bhattinvectraflow.hashnode.dev·Apr 19, 2025 · 8 min readVectraFlowSummary : Traditionally what we had in natural language processing was the concept of encoding , which was the process of converting text into numbers which was in machine readable format.General encoding doesn't care about relationships. Embedding...00
SBSahil Bhattinstaticloadbalancing.hashnode.dev·Jan 29, 2025 · 5 min readMap - reduce (EXPLAINED)The model proposed in this paper was originally designed by Google.The problem was raised due to the reason that there was a lot of computation that was needed to be done on tons of data that was available on the internet. Google was looking for a ...00
SBSahil Bhattinstaticloadbalancing.hashnode.dev·Jan 19, 2025 · 2 min readStatic LOAD BALANCINGIntroduction Types of Load balancing Static load balancing Dynamic load balancing Welcome to my first blog! I will be posting concise topic explanations that you can read and gain knowledge from. We know the importance of load balancing in distri...00