BookmarkSubscribeRSS Feed
Naz10
Fluorite | Level 6

I'd like to increase the number of predictions in the text input object, i.e. if I have a list of names and I start typing 'al' in the text input box, it brings up all the options that contain 'al'. The issue is that it displays top 20,000 rows (there are about 1M rows in the data).

I found a few recommendations, but none of them worked:

- Override system data limit locally within the report object https://support.sas.com/kb/67/404.html .

- Increased MaxRowsLookup in Environment Manager https://support.sas.com/kb/62/148.html 

- Added midtierAllocationByteLimit to the Report Data service properties and increased to 500,000,000 as suggested here https://support.sas.com/kb/62/148.html.

 

Based on the server log in VA, the limit is still 20,000:

 

START:			MultiResultQueryManager.initialize
sas.reportdata.defaultMaxCellsProducedrow limit :250000 sas.reportdata.custom.protobufSizeLimitrow limit :48000 sas.reportdata.custom.expectedMaxCharsPerColumn sas.reportdata.custom.midtierAllocationByteLimit mid tier protect row limit:20000 sas.reportdata.custom.expectedMaxCharsPerColumn sas.reportdata.custom.midtierAllocationByteLimit aggregate estimate row limit:4900 sas.reportdata.custom.expectedMaxCharsPerColumn sas.reportdata.custom.midtierAllocationByteLimit summary estimate row limit:4200 sas.reportdata.custom.categoryCardinalityServerLimit row limit:50000
com.sas.bidata.result.cas.CasGroupByQueryRunner time elapsed:7251milliseconds, total elapsed:7254

 Any ideas what or how to increase the number of rows?

 

Thanks in advance!

3 REPLIES 3
Madelyn_SAS
SAS Super FREQ

Assuming this is Visual Analytics on SAS Viya, in edit mode, select the text input control and then press CTRL+ALT+Q. On the 'snowman' menu, select False for retrieve from cache. The other options should be OK. Click the little arrow to re-run the query. This will add a few tabs to the window. Display the o Results tab. What are the rowCount and availableRowCount in the <DataFile> tag. 

alisio_meneses
Quartz | Level 8
Could you please explain what menu is this 'snowman?

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

Tips for filtering data sources in SAS Visual Analytics

See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 3 replies
  • 1234 views
  • 3 likes
  • 3 in conversation