> As a bit of a followup to this discussion I've created this pull request:
> https://github.com/puppetlabs/facter/pull/777
>
> When fixing support for structured facts I noticed that the current data
> type bugginess in facter makes it almost unusable with PuppetDB 2.2. As you
> can't use the < or > operators on strings anymore.

+1. Making the types numbers when they really are numbers will aid in
searching in PuppetDB and this is going to benefit a lot of people.
Not only that, they are often more optimal for storage - as they will
be stored as big integers in PostgreSQL versus a string of digits. The
indexes for these columns are more appropriate as well.

ken.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-dev/CAE4bNTns5LUFhWsGVGRvFENHXo11tt6mx997nqXK43Cu6reNfQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to