skytable / skytable

Skytable is a modern scalable NoSQL database with BlueQL, designed for performance, scalability and flexibility. Skytable gives you spaces, models, data types, complex collections and more to build powerful experiences

Home Page:https://skytable.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docs: Are the types 32 bit or 64 bit

satvik007 opened this issue · comments

Description
Are the types 32 bit or 64 bit
Meta

  • Release tag:
    0.7.5

Additional context

https://docs.skytable.io/protocol/data-types mentions the following:

Type symbol (tsymbol) Type Additional notes
: int An integer in the range: [0, 4,294,967,295]
; (reserved) int signed An integer in the range: [-2,147,483,647, 2,147,483,647]
% float A 32-bit floating point value

The protocol page here - (https://docs.skytable.io/protocol/skyhash#unsigned-integers-) talks about
64-bit usigned integers

commented

Thanks for pointing this out. Yes, all the integers currently in use are 64-bit. The table seems to have a mistake.

commented

Fixed upstream in docs