[ 
https://issues.apache.org/jira/browse/IGNITE-17025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Luchnikov Alexander updated IGNITE-17025:
-----------------------------------------
    Description: 
The reproducer ( [^InlineIndexTest1.patch] ) shows index.bin size growing when 
INLINE_SIZE increases when creating indexes on fixed length fields.The negative 
point is that a place is reserved that does not carry any profit.

As a solution. When trying to build an index on a field with a fixed length 
type, do not allow this. The value of INLINE_SIZE for such types is calculated 
automatically. And display a WARN level message about it.

To see the size of index.bin, run the "du -sh IGNITE_HOME/db/node*/*INLINE*/* | 
grep index.bin" after running the reproducer.

  was:
The reproducer ( [^InlineIndexTest1.patch] ) shows index.bin size growing when 
INLINE_SIZE increases when creating indexes on fixed length fields.The negative 
point is that a place is reserved that does not carry any profit.
As a solution. When trying to build an index on a field with a fixed length 
type, do not allow this. The value of INLINE_SIZE for such types is calculated 
automatically. And display a WARN level message about it.


> Remove the ability to manually set INLINE_SIZE for types with a fixed length
> ----------------------------------------------------------------------------
>
>                 Key: IGNITE-17025
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17025
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Luchnikov Alexander
>            Priority: Minor
>         Attachments: InlineIndexTest1.patch
>
>
> The reproducer ( [^InlineIndexTest1.patch] ) shows index.bin size growing 
> when INLINE_SIZE increases when creating indexes on fixed length fields.The 
> negative point is that a place is reserved that does not carry any profit.
> As a solution. When trying to build an index on a field with a fixed length 
> type, do not allow this. The value of INLINE_SIZE for such types is 
> calculated automatically. And display a WARN level message about it.
> To see the size of index.bin, run the "du -sh IGNITE_HOME/db/node*/*INLINE*/* 
> | grep index.bin" after running the reproducer.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to