Hi, Oleg!
On Aug 16, Oleg Tsarev wrote:
>
> Hi, Sergey!
>
> I use string column, because i need fixed-point number (time column):
> 14_digit_to_second.6_digit_to_microsecond
>
> 123456.654321 as example.
It's DECIMAL(20,6), isn't it ? :)
Regards,
Sergei
_
Oleg Tsarev writes:
> I use string column, because i need fixed-point number (time column):
> 14_digit_to_second.6_digit_to_microsecond
>
> 123456.654321 as example.
>
> Big number, because i have not only "time" column and also "sum" column too.
> I didn't find any type what good for this, and i
Hi, Sergey!
I use string column, because i need fixed-point number (time column):
14_digit_to_second.6_digit_to_microsecond
123456.654321 as example.
Big number, because i have not only "time" column and also "sum" column too.
I didn't find any type what good for this, and i use string.
Typicall
Hi, Oleg!
On Aug 15, Oleg Tsarev wrote:
>
> Hello all,
>
> I have feature
> http://www.percona.com/docs/wiki/patches:response_time_distribution
> Now i want respect locale settings, and use in "time" column
> locale-depended delimiter instead of current hardcoded ".".
> I investigate source code
Hello all,
I have feature
http://www.percona.com/docs/wiki/patches:response_time_distribution
Now i want respect locale settings, and use in "time" column
locale-depended delimiter instead of current hardcoded ".".
I investigate source code about that, and also bugzilla,
documentation, but not fou
5 matches
Mail list logo