-
- Downloads
Reimplement NUMERIC datatype using base-10000 arithmetic; also improve
some of the algorithms for higher functions. I see about a factor of ten speedup on the 'numeric' regression test, but it's unlikely that that test is representative of real-world applications. initdb forced due to change of on-disk representation for NUMERIC.
Showing
- doc/src/sgml/release.sgml 2 additions, 1 deletiondoc/src/sgml/release.sgml
- src/backend/utils/adt/numeric.c 1546 additions, 911 deletionssrc/backend/utils/adt/numeric.c
- src/include/catalog/catversion.h 2 additions, 2 deletionssrc/include/catalog/catversion.h
- src/include/utils/numeric.h 16 additions, 22 deletionssrc/include/utils/numeric.h
- src/test/regress/expected/aggregates.out 9 additions, 9 deletionssrc/test/regress/expected/aggregates.out
- src/test/regress/expected/numeric.out 3 additions, 3 deletionssrc/test/regress/expected/numeric.out
Loading
Please register or sign in to comment