All the big companies focus a lot on data structures to improve performance. Do databases implement standard searching and organizing data in memory algorithms like binary search, BST, merge sort etc?
Since different algorithms are good for different data sets, if databases implement them then how can one find out which database implements which algorithms?