how to make query

Поиск
Список
Период
Сортировка
От Sachin Kumar
Тема how to make query
Дата
Msg-id CALg-PKBaGOBtLPD88JLuLkDFh6VarJraupdzOSCKxkAodyRT6w@mail.gmail.com
обсуждение исходный текст
Ответы Re: how to make query
Список pgsql-sql
Hi Team,

we are using Python Django and Postgresql. Our requirement is to search 10 Million Card data and bring specific records as a result after checking the record every time.

We have to find data from a 2nd table that is related to the first one which we are checking using the loop.

For Ex:- 
10000 data - loop 10000 times 
to find data from the 2nd table. 

This makes our query too slower and it gets time out.

--

Best Regards,
Sachin Kumar

В списке pgsql-sql по дате отправления:

Предыдущее
От: Thomas Kellerer
Дата:
Сообщение: Re: JSON path query returns duplicate values
Следующее
От: Sachin Kumar
Дата:
Сообщение: PostgreSQL Django Query