https://bz.apache.org/bugzilla/show_bug.cgi?id=61832

--- Comment #9 from Yegor Kozlov <ye...@dinom.ru> ---
In theory SXSSF can use a fixed-size cache of shared strings, e.g. we can allow
SXSSF to put 10K distinct strings in the SST. If the cache is full then the
string goes inline. The 10K limit can be configurable.
This way SXSSF-generated workbooks with small number of distinct values will be
fully compatible with XSSF.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to