7 ms·
Do we have enough spaces in the ALL_NUMBERS array or do we want to group them by thousands? ALL_NUMBERS_00001 ALL_NUMBERS_00002
by sureIy 1y ago
Do we have enough spaces in the ALL_NUMBERS array or do we want to group them by thousands?
ALL_NUMBERS_00001
ALL_NUMBERS_00002
- kaibee 1y agoYeah, some of the bigger numbers were a problem, so we switched to using a horizontally scaling db cluster so that we could cover all of the (useful) numbers. When we encounter a new number, it gets routed to the appropriate db where the results of the function are cached after being calculated. We're thinking of spinning it off as an API service actually if there's any interest.