Manav Kothari
11/07/2024, 6:03 AMfacet_by
query on a table with 100M records to fetch unique titles, it takes more than 5 seconds to get this is there a better way to do this? Just so you know, I just need unique values and no count
{
highlight_fields: 'none',
page: 1,
per_page: 20,
facet_by: 'title',
q: '*'
}
Jason Bosco
11/07/2024, 6:29 AM