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

Long loading time for data structures overview and view #459

Closed
2 tasks done
geofranzi opened this issue Jan 26, 2020 · 5 comments
Closed
2 tasks done

Long loading time for data structures overview and view #459

geofranzi opened this issue Jan 26, 2020 · 5 comments
Assignees
Labels
BExIS need Features needed / requested for operation
Milestone

Comments

@geofranzi
Copy link
Member

geofranzi commented Jan 26, 2020

the loading time for the list of data structures is very long (100 ~20s). Also if you have a data structure with around 100 cols it takes very long. Maybe there is somehow space for improvements.

  • loading data structure overview
  • loading data structure
@geofranzi geofranzi added Priority: Medium BExIS need Features needed / requested for operation labels Jan 26, 2020
@geofranzi geofranzi added this to the 2.13.1 milestone Jan 26, 2020
@geofranzi
Copy link
Member Author

DataStructureSearchModel.cs

foreach (Dataset d in ds.Datasets)
                        {
                            if (datasetManager.RowCount(d.Id, null) > 0)
                            {
                                dataStructureResult.inUse = true;
                                break;
                            }
                        }

it is the RowCount ..we need a better solution for it

MaJoHo added a commit that referenced this issue Jan 29, 2020
… check datatuples for XML in case there is no materialized view #459
@geofranzi
Copy link
Member Author

it looks fine now

@geofranzi
Copy link
Member Author

Versions not covered. Needs "Any" select for historic tuples in DLM

  • add "any" for historical in datamanager.cs
  • adjust fallback call for Versions in RBM

@geofranzi geofranzi reopened this Jan 30, 2020
@DavidBlaa
Copy link
Member

What does loading the Datastructures have to do with the DatatupleVersions? You only have to check for the last dataset version. Or am I missing something?

@geofranzi
Copy link
Member Author

geofranzi commented Feb 20, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BExIS need Features needed / requested for operation
Projects
None yet
Development

No branches or pull requests

3 participants