Viewing profile — Kendrick2
Kendrick2
HN member- Joined
- Wed, Aug 24, 2016, 6:28 AM UTC
- HN karma
- 13
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About Kendrick2
No profile information was provided.
Recent public activity
-
comment
Comment #12411122
> If it's not possible to do a few big queries... Yeah, this is the unfortunate conclusion that I arrived at too. I'm looking at making these reports go through a job queue which e…
-
comment
Comment #12411045
> Have you tried loading all the data required... Sorry, I probably edited my post while you were typing. The amount of data to load is theoretically unbounded (could load the enti…
-
comment
Comment #12411007
Complex domain-specific requirements preclude simple joins unfortunately. This is why I'd like to redevelop these queries in C#. There are many imperative steps performed on each t…
-
comment
Comment #12410993
Yes currently all the reports operate quite efficiently on a set of indexes. The performance of the database is currently very good with the reports in PL/SQL. The problem arises w…
-
story
Ask HN: Generating reports on time series data without killing performance?
I have an application which contains approximately 10 million time series records growing at a rate of 1 million per year. This application generates reports on subsets of the time…
-
comment
Comment #12350132
How do web applications explode out to 3 Million lines of code? Yelp, to me, looks like a typical CRUD app and I would have been surprised if it were more than 100,000 lines of cod…