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

Implement dballe optimisation query=attrs #59

Closed
dcesari opened this issue Jul 6, 2018 · 2 comments
Closed

Implement dballe optimisation query=attrs #59

dcesari opened this issue Jul 6, 2018 · 2 comments
Assignees
Labels

Comments

@dcesari
Copy link
Member

dcesari commented Jul 6, 2018

Since ARPA-SIMC/dballe#117 we can set attrs as a query key to speed up dballe queries that want attributes, likely in vol7d_dballe_class.F03 around l. 352:

+IF (c_e(query)) THEN
+! IF (LEN_TRIM(qury) > 0) THEN...  
+  query = TRIM(query)//',attrs'
+ELSE
+  query = 'attrs'
+ENDIF

and 552:

-  myfilter=dbafilter(filter=filter,contextana=.TRUE.,query=cmiss)
+  myfilter=dbafilter(filter=filter,contextana=.TRUE.,query='attrs')
@dcesari
Copy link
Member Author

dcesari commented Jul 9, 2018

Or in dballe_class.F03 around 2318 (dbafilter_init) depending on (ana)starvar?

@edigiacomo edigiacomo added the stale Stale issue label Jun 14, 2023
@edigiacomo
Copy link
Member

Questa issue è stata chiusa per inattività. Nel caso in cui sia un argomento ancora rilevante, si prega di riaprirla con una motivazione che tenga conto delle modifiche applicate nel corso degli anni al progetto.

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

No branches or pull requests

3 participants