BEXIS2 / Core

This is the public code repository of the BEXIS2 data management software. It contains only modules, components, and packages of the core system. Contributed modules and components will be available in separate repositories. For more information on BEXIS2, please visit our website.
https://bexis2.github.io/
17 stars 13 forks source link

Waiting Time for "Manage Datasets" feature #68

Closed HamdiHamed1992 closed 6 years ago

HamdiHamed1992 commented 6 years ago

The waiting time for getting the "Manage Datasets" view is too long As processing this action, there is a count for the number of rows and the number of variables which is taking too much time. Since some of the datasets used within the system are too big, counting the rows and their variables is reducing the performance of BExIS2.

To Reproduce Just click the "Manage Datasets" if there are several big structured datasets.

Expected behavior Not waiting too much time (several minutes) to get the manage datasets view.

Desktop (please complete the following information):

Additional context If the counting process is done separately, that will be much more convenient: if interested in the size of the dataset, a link redirecting to such information would be great (as "Sync", "Delete", "Delete" and "Versions")

sventhiel-zz commented 6 years ago

Hi @HamdiHamed1992,

would you please so nice and provide some further information about the environment you are working with. For example:

HamdiHamed1992 commented 6 years ago

server : remote database : postgres 9.5 datassets : going to more than 100.000

DavidBlaa commented 6 years ago

tested and happy