When searching without debounce you see search request is created for each character addon, while searching with debounce, search request is only generated after some time period when you stopped typing and In case of throttle search query is generated after each fixed time interval irrespective of typing event.