> What are the differences between using an sint and an integer, aside> from the range queries on sint? If I've indexed a field as an> integer, and I try to sort on it, will there be performance problem?Nope. If you don't need range queries, use "integer". Sorts work…