Hello, I thought that VelocyPack datatypes are stored in collection as is and are not limited to the dumb JSON mapping ones - for example: date one (0x1c). I'm not sure that current client API's directly support VelocyStream but seems like this is will happen in near future.
So the question remains: how to see what exact VelocyPack datatypes the particular document in collection has ? How to know that document is stored effectively (especially after weird JSON mapping) ? понедельник, 13 марта 2017 г., 10:04:48 UTC+2 пользователь Jan написал: > > In ArangoDB there is an automatic mapping from JSON datatypes to > VelocyPack datatypes and back: > > - JSON null: 0x18 > - JSON boolean: 0x19 or 0x1a > - JSON number: 0x1b (floating point), 0x20 - 0x3f (integers) > - JSON string: 0x40 - 0xbf > - JSON array: 0x01 - 0x09 or 0x13 > - JSON object: 0x0a - 0x0e or 0x14 > > I am not sure if this is what you need. If not, could you supply further > information on what kind of type mapping you are interested in (and in > which place i.e. ArangoDB server or client driver)? > Thanks > Jan > > > Am Samstag, 11. März 2017 07:55:53 UTC+1 schrieb Rus Brushkoff: >> >> Hello, >> >> Is it possible to see the mapping of the document attributes to >> velocypack datatypes (> 3.x I think) ? It would be useful for debug and >> optimization process. >> >> TIA, Rus >> > -- You received this message because you are subscribed to the Google Groups "ArangoDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
