This website requires JavaScript.
Explore
Help
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
382197c0a74e03d80e8e7cfd7294f03faef0c3a8
Umbraco-CMS
/
src
/
Umbraco.Web
/
PublishedCache
/
NuCache
/
DataSource
History
Shannon Deminick
382197c0a7
Merge pull request
#9268
from nzdev/v8/feature/nucache-perf-count-query-optimization
...
Optimize content and media count queries when paging
2021-01-21 23:01:29 +11:00
..
BTree.ContentDataSerializer.cs
Cleans up some code, adds code comments
2020-08-13 22:15:09 +10:00
BTree.ContentNodeKitSerializer.cs
Wip support for compressing/decompressing nucache documents on a per property basis. Option for compressing the properties in sql/nucache.db. Option for immediate/lazy decompression of properties. Mapping support for shorter property alias.
2020-07-09 00:17:31 +12:00
BTree.cs
notes
2020-12-16 17:50:34 +11:00
BTree.DictionaryOfCultureVariationSerializer.cs
Cleans up some code, adds code comments
2020-08-13 22:15:09 +10:00
BTree.DictionaryOfPropertyDataSerializer.cs
Cleans up some code, adds code comments
2020-08-13 22:15:09 +10:00
ContentCacheDataModel.cs
Refactors the serialization of the content data that is stored in the nucache table. This had to change because we need to resolve content type data in order to check if the property should be compressed and we cannot do that data lookup while the data is being processed since we get an open data reader exception. This is fixed now by using a serializer factory instead so the Create method can do any initialization needed prior to running any serialization operation. Renames a few things so we dont have ContentNested (whatever that meant )
2020-09-25 00:32:11 +10:00
ContentCacheDataSerializationResult.cs
Adds notes fixes tests
2020-12-16 16:52:43 +11:00
ContentCacheDataSerializerEntityType.cs
Refactors the serialization of the content data that is stored in the nucache table. This had to change because we need to resolve content type data in order to check if the property should be compressed and we cannot do that data lookup while the data is being processed since we get an open data reader exception. This is fixed now by using a serializer factory instead so the Create method can do any initialization needed prior to running any serialization operation. Renames a few things so we dont have ContentNested (whatever that meant )
2020-09-25 00:32:11 +10:00
ContentData.cs
Cleans up some code, adds code comments
2020-08-13 22:15:09 +10:00
ContentSourceDto.cs
Adds migration for binary column on cmsContentNu
2020-07-03 15:41:25 +10:00
CultureVariation.cs
Fixing build/tests
2020-07-03 14:50:21 +10:00
DatabaseDataSource.cs
bug fix.
2020-11-18 14:41:03 +13:00
IContentCacheDataSerializer.cs
Adds notes fixes tests
2020-12-16 16:52:43 +11:00
IContentCacheDataSerializerFactory.cs
Refactors the serialization of the content data that is stored in the nucache table. This had to change because we need to resolve content type data in order to check if the property should be compressed and we cannot do that data lookup while the data is being processed since we get an open data reader exception. This is fixed now by using a serializer factory instead so the Create method can do any initialization needed prior to running any serialization operation. Renames a few things so we dont have ContentNested (whatever that meant )
2020-09-25 00:32:11 +10:00
IDataSource.cs
Fixes SetAllFastSorted and sort orders
2019-08-19 17:18:45 +10:00
IDictionaryOfPropertyDataSerializer.cs
Wip support for compressing/decompressing nucache documents on a per property basis. Option for compressing the properties in sql/nucache.db. Option for immediate/lazy decompression of properties. Mapping support for shorter property alias.
2020-07-09 00:17:31 +12:00
JsonContentNestedDataSerializer.cs
Adds notes fixes tests
2020-12-16 16:52:43 +11:00
JsonContentNestedDataSerializerFactory.cs
Refactors the serialization of the content data that is stored in the nucache table. This had to change because we need to resolve content type data in order to check if the property should be compressed and we cannot do that data lookup while the data is being processed since we get an open data reader exception. This is fixed now by using a serializer factory instead so the Create method can do any initialization needed prior to running any serialization operation. Renames a few things so we dont have ContentNested (whatever that meant )
2020-09-25 00:32:11 +10:00
LazyCompressedString.cs
Simplifies compression implementation, adds compression options to target all complex editors, ensures the options are per document type/property type
2020-08-26 15:57:13 +10:00
MsgPackContentNestedDataSerializer.cs
Refactors the serialization of the content data that is stored in the nucache table. This had to change because we need to resolve content type data in order to check if the property should be compressed and we cannot do that data lookup while the data is being processed since we get an open data reader exception. This is fixed now by using a serializer factory instead so the Create method can do any initialization needed prior to running any serialization operation. Renames a few things so we dont have ContentNested (whatever that meant )
2020-09-25 00:32:11 +10:00
MsgPackContentNestedDataSerializerFactory.cs
Refactors the serialization of the content data that is stored in the nucache table. This had to change because we need to resolve content type data in order to check if the property should be compressed and we cannot do that data lookup while the data is being processed since we get an open data reader exception. This is fixed now by using a serializer factory instead so the Create method can do any initialization needed prior to running any serialization operation. Renames a few things so we dont have ContentNested (whatever that meant )
2020-09-25 00:32:11 +10:00
PropertyData.cs
Fixing build/tests
2020-07-03 14:50:21 +10:00
SerializerBase.cs
notes
2020-12-16 17:50:34 +11:00