Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI: error when viewing the result on a large volume #33

Open
gregoryDaug opened this issue Jul 31, 2020 · 0 comments
Open

GUI: error when viewing the result on a large volume #33

gregoryDaug opened this issue Jul 31, 2020 · 0 comments

Comments

@gregoryDaug
Copy link

following a Deterministic Record Linkage on 2.5 million lines, the interface is not able to display the result:

Erreur_visualisation_sirene

however, downloading the csv is still possible but we have doubts about the accuracy of the data because the number of lines does not correspond to the query we do in the database:
drop table ttt;
create temporary table ttt as
select name, json_array_elements (content :: json) from is2.is2_dataset_column
where name = 'columnName' and id = integer_value

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant