Answer the question
In order to leave comments, you need to log in
How to properly set up a database \ table to select a large number of data?
There is a PostgreSQL 9.5 DBMS, configured for the current project according to articles from the Internet. It was necessary to add a table to the database (a list of invalid passports from the FMS website) with one varchar (10) field and 100 million records.
SELECT * FROM expiredPassports WHER serial = '1234123456';
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question