We're planning to do a 0.9.3.4 release to resolve a couple of problems with the 0.9.3.3 binary packages. The first problem is that there are some dependent libraries that are not included in the package which requires the installation of rrdtool in order for the binaries to run properly. The second problem is that the 32-bit RPMs currently require glibc 2.7. This new release will fix these problems.
We're also adding one feature, CELL_LIMIT. This is an option to SELECT (and a ScanSpec member) which allows you to limit the number of qualified columns returned for each column family. For example, let's say you have a table that contains two rows and a single column family. The first row contains 200 qualified columns and the second contains 300 qualified columns. The following query would return twenty cells: SELECT * FROM table CELL_LIMIT 10; Ten cells would be returned from the first row and ten cells would be returned from the second row. The 0.9.3.4 release should be out sometime tomorrow. - Doug -- You received this message because you are subscribed to the Google Groups "Hypertable Development" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hypertable-dev?hl=en.
