Viewing profile — iracic
iracic
HN member- Joined
- Sun, Jul 18, 2010, 7:45 AM UTC
- HN karma
- 20
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About iracic
No profile information was provided.
Recent public activity
-
comment
Comment #39564590
UN alarm about human rights violations https://www.ohchr.org/en/press-releases/2024/02/israelopt-un...
-
comment
Comment #31120162
You can't check complex cases with that.
-
comment
Comment #31120141
Yes, some are able to verify that execution plan already exists (saved in gather run or by explicit command) before replaning. Also you can group them with one label and activate o…
-
comment
Comment #29376389
Hi, yes, I assumed it would be the case. And it is not always easy to explain word terminations/cases. Especialy if you do not use it regularly or is limited to family interactions…
-
comment
Comment #29370511
It would be rather jedanaest, dvanaest, trinaest (at least in Croatian) - your version sounds how it is shortened in pronounciation in some regions. Also šezdeset with "z".
-
comment
Comment #24577939
There are lot more here. Idea is to put chances on your side in some possibly long and time constrained migration. How do you handle run that stops in the middle? How to avoid reru…
-
comment
Comment #23829336
Access method is just part of the story. Same index may be accessed in different ways, you might also want to combine them. Sometimes you may change table join order to see how it …
-
comment
Comment #23070975
Some good points in article. There are some things that may need more attention. 1) Update from another table is not safe as it should be (in case of multiple values, final value w…
-
comment
Comment #22161791
It is possible to put database in state that is "ready" for snapshot, pushing changes to disk and sort of freezing I/O during snapshot.
-
comment
Comment #21288755
Hi, Can you share more details about #1 market position ?
-
comment
Comment #21108964
PostgreSQL, Golang, VueJS, old fashioned VMs
-
comment
Comment #20020985
>> The downside is that commits and rollbacks are slower Commit is not slower. Some part of the work is delayed, ex first SELECT after change may be involved to check & update row …
-
comment
Comment #19645369
Seems promising. Thank you for info.
-
comment
Comment #19638758
Thank you for reply. Did you test some other sites before going to Google Translate?
-
story
Ask HN: Translation Service to Recommend?
Google Translate alike, REST API, low volume (~200 characters), low frequency (50/hour), reliable, not too stringent latency. Any positive experience to share ?
-
comment
Comment #18690264
You can also record and save plan you are happy with. So, no need to fix hints in code. It is more flexible and may be practical when you upgrade version or environment changes.
-
comment
Comment #17901272
There is. When you need to treat your data without network delays. When performance is essential. When you can't express it efficiently with non-procedural SQL or need to have acce…
-
comment
Comment #16481388
As someone who like down-to-earth first approach, I find it strange that reading about doing old-school way sounds, actually, refreshing. It would be interesting for anybody who bu…
-
comment
Comment #15710824
I use it for some time. No need to challenge your eyes with long lines or json values anymore. This kind of result presentation should be in each command line client. Very very use…
-
comment
Comment #15170193
Dynamicaly adding filters or parts of the query, be able to have different parties to construct query, do transformations, replacing objects,... that would be great. And having it …
-
comment
Comment #12751540
Happy user of ux32vd here for 3-4 years. i7, upgraded ram to 10Gb. Disk is slower than it could be, short batery life ~3h. All in all I would buy it again.
-
comment
Comment #9711394
Handling requests can be tricky. Support site is very useful (althrough not a best example of user interface). Usually, you do not want to put your important stuff on first version…
-
comment
Comment #5710477
openshift
-
comment
Comment #5047207
I thought ratio based tuning is old-fashioned.
-
comment
Comment #4925527
You should write tests first.