Hi, I am performing `facet_by` query on a table wi...
# community-help
m
Hi, I am performing
facet_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
Copy code
{
  highlight_fields: 'none',
  page: 1,
  per_page: 20,
  facet_by: 'title',
  q: '*'
}